rails/activejob/test/support
Hartley McGuire 285b63acd9
Fix compatability between tests and Sidekiq 6.5
Since Sidekiq 7.0 requires Ruby 2.7, older versions of Rails that
support older Rubies are still tested against Sidekiq 6.x.

Sidekiq::MAJOR was added in 7.0 so it can't be used for version testing,
see 862dc5b

The config change is due to changes in Sidekiq 6.5. These were accounted
for in 7a069dc but removed in 6d31993.
2023-01-08 20:41:59 -05:00
..
backburner [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
delayed_job/delayed Fix warning: method redefined 2020-03-13 18:19:14 +01:00
integration Fix compatability between tests and Sidekiq 6.5 2023-01-08 20:41:59 -05:00
queue_classic Given method here (e.g. perform) should be public_sendable 2020-10-07 20:55:59 +09:00
sneakers Fix Ruby warnings tickled by the test suite 2018-06-30 10:20:45 +02:00
stubs Permit ActionController::Parameters for serializable Hash 2018-11-19 17:38:29 -05:00
job_buffer.rb Clear JobBuffer on teardown 2022-07-18 23:33:07 -04:00