Skip to content
New issue

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

BunnyMock::Channel.queue_bind different arguments #26

Open
olegsobchuk opened this issue Dec 17, 2016 · 0 comments
Open

BunnyMock::Channel.queue_bind different arguments #26

olegsobchuk opened this issue Dec 17, 2016 · 0 comments

Comments

@olegsobchuk
Copy link

olegsobchuk commented Dec 17, 2016

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

@olegsobchuk olegsobchuk changed the title .queue_bind different arguments BunnyMock::Channel.queue_bind different arguments Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant