rails/activejob/test
Shivam Chahar daf6e2b0de Improve AJ queue adapter test case
In this test case we only check if the third child's queue adpter is nil or not. We should instead check if the queue adapter is the same as base adapter to ensure that it did not change when we changed qdapters for other jobs.
50f0c0f064/activejob/test/cases/queue_adapter_test.rb (L44-L52)
2023-05-07 12:44:53 +05:30
..
adapters Remove QueAdapter from Active Job 2022-09-12 22:31:10 +09:00
cases Improve AJ queue adapter test case 2023-05-07 12:44:53 +05:30
integration Add perform_all_later to enqueue multiple jobs at once 2023-02-02 16:39:22 -05:00
jobs [ActiveJob] Add logging for enqueue_all 2023-04-04 13:18:19 +03:00
models [Active Job] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
support Fix compatability between tests and Sidekiq 6.5 2023-01-08 20:41:59 -05:00
helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00