From 0c1be5002d4be1f7ff7cbf4983f2b2ba6200e33d Mon Sep 17 00:00:00 2001 From: Johannes Hackel <jo.hackel@web.de> Date: Wed, 23 Nov 2011 08:00:08 +0100 Subject: [PATCH] end --- spec/controllers/people_controller_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/controllers/people_controller_spec.rb b/spec/controllers/people_controller_spec.rb index fb9db299d3..57760971e4 100644 --- a/spec/controllers/people_controller_spec.rb +++ b/spec/controllers/people_controller_spec.rb @@ -95,6 +95,7 @@ describe PeopleController do it 'stay on the page if you search for the empty hash' do get :index, :q => '#' response.should redirect_to(:back) + end end describe '#tag_index' do -- GitLab