We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: