make a test slightly dumber for travis

This commit is contained in:
Maxwell Salzberg 2012-04-03 16:52:04 -07:00
parent 5459d07339
commit e521ac92f9

View file

@ -159,7 +159,7 @@ describe ConversationsController do
get :show, :id => @conversation.id, :format => :json
response.should be_success
assigns[:conversation].should == @conversation
response.body.should == @conversation.to_json
response.body.should include @conversation.guid
end
it 'redirects to index' do