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

BunnyMock::Channel.queue_bind different arguments #26

Open olegsobchuk opened 7 years ago

olegsobchuk commented 7 years ago

in bunny gem queue_bind defined as

def queue_bind(name, exchange, opts = {})

but in bunny-mock

def queue_bind(queue, key, xchg)

so it works in different ways, and its impossible mock this method