This commit is contained in:
Johannes Hackel 2011-11-23 08:00:08 +01:00
parent 66acd7db14
commit 0c1be5002d

View file

@ -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