rspec-sidekiq
rspec-sidekiq copied to clipboard
be_retryable not using global settings
The matcher for it { is_expected.to be_retryable 10 }
is not picking up the :max_retries: 10
in the config/sidekiq.yml
file.
I also came across the same Issue. Is it unresolved?