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

Use Bunny exceptions #2

Closed arempe93 closed 8 years ago

arempe93 commented 8 years ago

The mock should throw Bunny exceptions instead of mocks, in order to not break begin, rescue blocks. Will need to add Bunny to dependencies

arempe93 commented 8 years ago

Closed via 9112feb