wspurgin / rspec-sidekiq

RSpec for Sidekiq
https://github.com/wspurgin/rspec-sidekiq
Other
651 stars 133 forks source link

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

Closed wspurgin closed 11 months ago

wspurgin commented 11 months ago

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!