arempe93 / bunny-mock

A mock client for RabbitMQ modeled after the Bunny client in ruby
http://www.rubydoc.info/github/arempe93/bunny-mock
MIT License
44 stars 37 forks source link

BunnyMock::Exchange misses `#on_return` method #41

Open Richard-Degenne opened 5 years ago

Richard-Degenne commented 5 years ago

Hi,

The code I am testing uses the Bunny::Exchange#on_return method, which BunnyMock::Exchange does not implement.

This causes my test to fail to a NoMethodError.