aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/Rakefile
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-28 21:35:15 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-05-28 21:39:18 +0900
commit82e646f3d032dccfaf083ef969ce691bd6f49ce5 (patch)
treefc7c9a2da3e368e6f501803141d41b37015737a7 /activejob/Rakefile
parentd4d44e7e1ddd7b22712395a4873bc656df490557 (diff)
downloadrails-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/Rakefile3
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