diff --git a/spec/controllers/people_controller_spec.rb b/spec/controllers/people_controller_spec.rb index fb9db299d..57760971e 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