spec/phut/open_vswitch_spec.rb in phut-0.3.1 vs spec/phut/open_vswitch_spec.rb in phut-0.4.0

- old
+ new

@@ -12,10 +12,10 @@ describe '#run' do When { vswitch.run } Then do expect(vswitch).to(have_received(:sh). - with('sudo ovs-vsctl add-br 0xabc')) + with('sudo ovs-vsctl add-br br0xabc')) end end end end end