Open olegsobchuk opened 7 years ago
in bunny gem queue_bind defined as
bunny
queue_bind
def queue_bind(name, exchange, opts = {})
but in bunny-mock
bunny-mock
def queue_bind(queue, key, xchg)
so it works in different ways, and its impossible mock this method
in
bunny
gemqueue_bind
defined asdef 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