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
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
..
adapters ActiveJob testing improvements 2014-12-30 17:53:42 +02:00
cases ActiveJob::QueueAdapters::TestAdapter is now a singleton 2015-02-23 17:31:36 -08:00
integration 💅 fix typos in activejob queuing test 2014-10-22 06:33:10 -07:00
jobs Allow keyword arguments to work with ActiveJob 2015-01-30 13:43:39 -07:00
models [ActiveJob] raise DeserializationError when got an error deserializing 2014-08-17 23:10:45 +00:00
support Changed the AJADAPTER to AJ_ADAPTER 2015-02-22 16:11:21 +01:00
helper.rb Changed the AJADAPTER to AJ_ADAPTER 2015-02-22 16:11:21 +01:00