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

Use ArgumentListMatcher to ensure order and allow use of richer builtin Argument matchers #200

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

wspurgin
Copy link
Owner

@wspurgin wspurgin commented Aug 1, 2023

Closes #144

Fixes a long standing bug where the order of args didn't matter.

Additionally, because we're now leveraging the ArgumentListMatcher we're actually able to supprot the ArgumentMatchers from rspec-mocks!

@wspurgin wspurgin merged commit 8663f9a into main Aug 1, 2023
56 checks passed
@wspurgin wspurgin deleted the argument-matching-order-matters branch August 1, 2023 15:56
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

Successfully merging this pull request may close these issues.

have_enqueued_sidekiq_job doesn't check order of arguments given to Job
1 participant