spec/unit/mutest/actor/sender_spec.rb in mutest-0.0.6 vs spec/unit/mutest/actor/sender_spec.rb in mutest-0.0.7
- old
+ new
@@ -15,8 +15,8 @@
expect(mutex).to receive(:synchronize).ordered.and_yield
expect(messages).to receive(:<<).with(_message).ordered
expect(condition_variable).to receive(:signal).ordered
end
- it_should_behave_like 'a command method'
+ it_behaves_like 'a command method'
end
end