spec/msgr/msgr_spec.rb in msgr-0.9.0 vs spec/msgr/msgr_spec.rb in msgr-0.10.0
- old
+ new
@@ -21,10 +21,10 @@
client.start
end
after do
- client.stop
+ client.stop delete: true
end
it 'should dispatch published methods to consumer' do
expect_any_instance_of(TestConsumer).to receive(:index).seconds.and_call_original