spec/punchblock/component/input_spec.rb in punchblock-1.8.0 vs spec/punchblock/component/input_spec.rb in punchblock-1.8.1

- old
+ new

@@ -148,10 +148,10 @@ end describe '#stop_action' do subject { command.stop_action } - its(:to_xml) { should be == '<stop xmlns="urn:xmpp:rayo:1"/>' } + its(:to_xml) { should be == '<stop xmlns="urn:xmpp:rayo:ext:1"/>' } its(:component_id) { should be == 'abc123' } its(:target_call_id) { should be == '123abc' } end describe '#stop!' do