in `bunny` [gem](https://github.com/ruby-amqp/bunny) `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