spec/spec_helper.rb in punchblock-0.11.0 vs spec/spec_helper.rb in punchblock-0.12.0

- old
+ new

@@ -31,11 +31,11 @@ Blather::Stanza.import parse_stanza(xml).root end # FIXME: change this to rayo_event? It can be ambigous shared_examples_for 'event' do - its(:call_id) { should be == '9f00061' } - its(:component_id) { should be == '1' } + its(:target_call_id) { should be == '9f00061' } + its(:component_id) { should be == '1' } end shared_examples_for 'command_headers' do it 'takes a hash of keys and values for headers' do headers = { :x_skill => 'agent', :x_customer_id => '8877' }