diff options
author | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-05-28 21:35:15 +0900 |
---|---|---|
committer | yuuji.yaginuma <yuuji.yaginuma@gmail.com> | 2017-05-28 21:39:18 +0900 |
commit | 82e646f3d032dccfaf083ef969ce691bd6f49ce5 (patch) | |
tree | fc7c9a2da3e368e6f501803141d41b37015737a7 /activejob/Rakefile | |
parent | d4d44e7e1ddd7b22712395a4873bc656df490557 (diff) | |
download | rails-82e646f3d032dccfaf083ef969ce691bd6f49ce5.tar.gz rails-82e646f3d032dccfaf083ef969ce691bd6f49ce5.tar.bz2 rails-82e646f3d032dccfaf083ef969ce691bd6f49ce5.zip |
Bring back delayed_job to test list
`delayed_job_active_record` 4.1.2 supports Rails 5.1.
Ref: https://github.com/collectiveidea/delayed_job_active_record/pull/138
Diffstat (limited to 'activejob/Rakefile')
-rw-r--r-- | activejob/Rakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/activejob/Rakefile b/activejob/Rakefile index 43e284d090..dd03ab0b8f 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -1,8 +1,7 @@ require "rake/testtask" #TODO: add qu back to the list after it support Rails 5.1 -#TODO: add delayed_job back to the list after it support Rails 5.1 -ACTIVEJOB_ADAPTERS = %w(async inline que queue_classic resque sidekiq sneakers sucker_punch backburner test) +ACTIVEJOB_ADAPTERS = %w(async inline delayed_job que queue_classic resque sidekiq sneakers sucker_punch backburner test) ACTIVEJOB_ADAPTERS.delete("queue_classic") if defined?(JRUBY_VERSION) task default: :test |