wspurgin / rspec-sidekiq

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

Fix: require matchers explicitly #214

Closed wspurgin closed 5 months ago

wspurgin commented 6 months ago

Rails autoloading was probably saving most of us, but an explicit require for Composable is best.