todo better id/guid switching hack needed
This commit is contained in:
parent
0e7b084713
commit
f674494d2a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ describe PostsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'redirects if the post is missing' do
|
it 'redirects if the post is missing' do
|
||||||
get :show, :id => 523523523
|
get :show, :id => 1234567
|
||||||
response.should be_redirect
|
response.should be_redirect
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue