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 some warnings about uninitialized instance vars #35

Closed aiomaster closed 6 years ago

aiomaster commented 6 years ago

With ruby 2.4.2 I got some warnings about uninitialized instance variables @consumers and @deleted in the queue.rb class. I refactored a little to fix these warnings.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling f5b02a86a2bc7690ea80955d63f11814a9d9560e on webit-de:master into de26db22076dc7d715f98b623fccb59fa71aa431 on arempe93:master.

arempe93 commented 6 years ago

thanks @aiomaster !

aiomaster commented 6 years ago

Thanks for merging that fast!