1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activejob/test/cases
Tamir Duberstein 802f855ecf ActiveJob::QueueAdapters::TestAdapter is now a singleton
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.
2015-02-23 17:31:36 -08:00
..
adapter_test.rb Changed the AJADAPTER to AJ_ADAPTER 2015-02-22 16:11:21 +01:00
argument_serialization_test.rb Allow keyword arguments to work with ActiveJob 2015-01-30 13:43:39 -07:00
callbacks_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
job_serialization_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
logging_test.rb Include missing require 2014-12-05 15:16:10 +01:00
queue_naming_test.rb Added queue_name_delimiter attribute. 2014-10-26 21:46:05 -05:00
queuing_test.rb Active Job refactoring 2014-09-03 23:01:46 +03:00
rescue_test.rb - Remove duplication in AJ logging test for setting logger. 2014-10-20 12:38:11 +05:30
test_case_test.rb ActiveJob::QueueAdapters::TestAdapter is now a singleton 2015-02-23 17:31:36 -08:00
test_helper_test.rb Add an :only option to perform_enqueued_jobs to filter jobs based on 2015-02-06 14:11:42 -05:00