From e521ac92f904c4160505342441b24637850a0387 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 3 Apr 2012 16:52:04 -0700 Subject: [PATCH] make a test slightly dumber for travis --- spec/controllers/conversations_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/conversations_controller_spec.rb b/spec/controllers/conversations_controller_spec.rb index b2d68859c..ae3468786 100644 --- a/spec/controllers/conversations_controller_spec.rb +++ b/spec/controllers/conversations_controller_spec.rb @@ -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