rails/activejob/test
Juanito Fatas 6e6e2b9457 Prepare for upcoming Sidekiq Configuration design
Reference commit: 67daa7a408

While the docs[1] suggests to use Sidekiq::Config, but it is not
available yet. So uses Sidekiq instead to make activejob integration
tests work.

[1]https://github.com/mperham/sidekiq/blob/main/docs/global_to_local.md#explicit-configuration
2022-06-10 00:16:35 +09:00
..
adapters Add missing requires 2022-02-17 11:13:51 +10:30
cases Add job_id and exception message to ActiveJob retry/discard logging 2022-02-08 10:06:21 -05:00
integration add assertion helpers for Active Job integration 2022-01-26 19:41:45 -05:00
jobs Allow ActiveJob::Base.set to configure job when using .perform_now 2021-10-12 13:53:38 -07:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Prepare for upcoming Sidekiq Configuration design 2022-06-10 00:16:35 +09:00
helper.rb Removed deprecated behavior that was not halting after_enqueue/after_perform callbacks when a previous callback was halted with throw :abort. 2021-11-17 21:51:17 +00:00