Drop weird stop in conversations controller spec
This commit is contained in:
parent
e7954132aa
commit
94207e844c
1 changed files with 0 additions and 3 deletions
|
|
@ -202,9 +202,6 @@ describe ConversationsController do
|
||||||
},
|
},
|
||||||
:contact_ids => nil
|
:contact_ids => nil
|
||||||
}
|
}
|
||||||
Conversation.stub(:new).and_return(double(Conversation,
|
|
||||||
:save => false,
|
|
||||||
:id => 1))
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'does not create a conversation' do
|
it 'does not create a conversation' do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue