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

Allow Session#create_channel to accept additional args #27

Closed eebs closed 7 years ago

eebs commented 7 years ago

In https://github.com/ruby-amqp/bunny/pull/382 and https://github.com/ruby-amqp/bunny/pull/437 Session#create_channel got some additional arguments. This change allows calling of create_channel with additional arguments.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling a25dd38cc173f1994b1ab66eb30e89fdc99e0bf7 on eebs:session-create_channel-args into 09b5cb735f26c87d63664816d46247767e914b94 on arempe93:master.

arempe93 commented 7 years ago

Merged via 47592b - thanks for your contribution!