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
Takumi IINO b126e7aaaa avoid double initialization error caused to sidekiq
Sidekiq::CLI#boot_system require "#{dummy_app_path}/config/environment.rb".
But this file has already been required in'test/support/integration/helper.rb'.
This patch will change to use Sidekiq::Launcher directly.
2015-04-14 13:06:20 -04:00
..
adapters ActiveJob testing improvements 2014-12-30 17:53:42 +02:00
cases ActiveJob::Base#queue_adapter is now a class_attribute 2015-03-11 22:45:59 -07:00
integration Pass wrapped class name to Sidekiq for logging purposes 2015-03-23 15:16:07 -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 avoid double initialization error caused to sidekiq 2015-04-14 13:06:20 -04:00
helper.rb Changed the AJADAPTER to AJ_ADAPTER 2015-02-22 16:11:21 +01:00