spec/adhearsion/call_controller/dial_spec.rb in adhearsion-2.0.0.rc3 vs spec/adhearsion/call_controller/dial_spec.rb in adhearsion-2.0.0.rc4
- old
+ new
@@ -223,10 +223,10 @@
t = dial_in_thread
latch.wait(1).should be_false
other_mock_call << mock_answered
- other_mock_call << Punchblock::Event::Unjoined.new(:other_call_id => call.id)
+ other_mock_call << Punchblock::Event::Unjoined.new(:call_id => call.id)
latch.wait(1).should be_false
second_other_mock_call << mock_end