Drop weird stop in conversations controller spec

This commit is contained in:
Jonne Haß 2013-06-27 17:50:44 +02:00
parent e7954132aa
commit 94207e844c

View file

@ -202,9 +202,6 @@ describe ConversationsController do
},
:contact_ids => nil
}
Conversation.stub(:new).and_return(double(Conversation,
:save => false,
:id => 1))
end
it 'does not create a conversation' do