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

Added support of Bunny::Queue#subscribe_with(callable, *) #22

Closed tinbka closed 8 years ago

tinbka commented 8 years ago

I use this method to delegate message processing to a specific worker class.

arempe93 commented 8 years ago

Look great, thanks for contributing! If you could, just fix that trailing whitespace rubocop is complaining about in queue.rb:87.

The build failure for JRuby looks to be related to lemurheavy/coveralls-ruby#107

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling af8f0f57d4423e3cddb950a08843f44e4851d1e1 on tinbka:master into 514182669e8b7e1544ff4836e894f8d182841575 on arempe93:master.

tinbka commented 8 years ago

Fixed the whitespace thing and the versions. I've ended up fixing the dependencies to the versions listed in the last successful CI build log.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling dddb3e1c38a6ebc20aa3b96f72fa752e6f984642 on tinbka:master into 514182669e8b7e1544ff4836e894f8d182841575 on arempe93:master.

arempe93 commented 8 years ago

Thanks! For the change and coveralls workaround :+1: