small fix

This commit is contained in:
Ilya Zhitomirskiy 2011-09-28 15:34:15 -07:00
parent 5ae9edc72e
commit e8c7b570a9

View file

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