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

Fix queue bind returning an array instead of self. #23

Closed fugufish closed 7 years ago

fugufish commented 7 years ago

Queue#bind should return self. in its current state it instead returns [self]

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling ff47b79b88826ebfec633b5da7150c0871b41e5f on fugufish:master into 09b5cb735f26c87d63664816d46247767e914b94 on arempe93:master.

arempe93 commented 7 years ago

Thanks for your contribution @fugufish - sorry its been so long in the queue. Work has been very time consuming lately