mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
802f855ecf
Since `ActiveJob::TestHelper` globally sets `ActiveJob::Base.queue_adapter` on setup, there is no benefit in instantiating a new `TestAdapter` per tests. The original rationale was to allow parallel tests to run without interference, but since they'd all mutate the global `ActiveJob::Base.queue_adapter`, that was never realized. |
||
---|---|---|
.. | ||
adapter_test.rb | ||
argument_serialization_test.rb | ||
callbacks_test.rb | ||
job_serialization_test.rb | ||
logging_test.rb | ||
queue_naming_test.rb | ||
queuing_test.rb | ||
rescue_test.rb | ||
test_case_test.rb | ||
test_helper_test.rb |