small fix
This commit is contained in:
parent
5ae9edc72e
commit
e8c7b570a9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ describe CommentsController do
|
||||||
end
|
end
|
||||||
it 'responds to format mobile' do
|
it 'responds to format mobile' do
|
||||||
post :create, comment_hash.merge(:format => 'mobile')
|
post :create, comment_hash.merge(:format => 'mobile')
|
||||||
response.should be_redirect
|
response.should be_success
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue