Closed nbibler closed 1 year ago
The current spec suite fails for the be_delayed matcher with uninitialized constant Sidekiq::Extensions::DelayedClass.
be_delayed
uninitialized constant Sidekiq::Extensions::DelayedClass
According to the Sidekiq Upgrade doc:
The Delayed Extensions delay, delay_in and delay_until APIs are no longer available by default. Add this line to your initializer to re-enable them and get the old behavior: Sidekiq::Extensions.enable_delay!
The Delayed Extensions delay, delay_in and delay_until APIs are no longer available by default.
Add this line to your initializer to re-enable them and get the old behavior: Sidekiq::Extensions.enable_delay!
God!
Since been fixed
The current spec suite fails for the
be_delayed
matcher withuninitialized constant Sidekiq::Extensions::DelayedClass
.According to the Sidekiq Upgrade doc: