wspurgin / rspec-sidekiq

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

Fix pattern matching warnings on Ruby 2.7 #227

Closed r7kamura closed 2 months ago

r7kamura commented 2 months ago

How about changing the code to one that doesn't use pattern-matching? I don't think the benefit from this pattern-matching was that great, and if this level of change will help Ruby 2.7 users, I consider this an acceptable change.