todo better id/guid switching hack needed

This commit is contained in:
Jonne Haß 2012-01-29 15:15:24 +01:00
parent 0e7b084713
commit f674494d2a

View file

@ -51,7 +51,7 @@ describe PostsController do
end
it 'redirects if the post is missing' do
get :show, :id => 523523523
get :show, :id => 1234567
response.should be_redirect
end
end