From 5cad2c1b8aa1139ba3de45b3ce26b9d5c9931f6c Mon Sep 17 00:00:00 2001 From: Cristian Bica Date: Tue, 20 May 2014 00:01:56 +0300 Subject: Implemented queue_classic adapter --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5242926c7f..2b8b81248d 100644 --- a/Rakefile +++ b/Rakefile @@ -20,11 +20,11 @@ task :default => :test desc 'Run all adapter tests' task :test do - tasks = %w(test_inline test_resque test_sidekiq test_sucker_punch test_delayed_job) + tasks = %w(test_inline test_resque test_sidekiq test_sucker_punch test_delayed_job test_queue_classic) run_without_aborting(*tasks) end -%w(inline resque sidekiq sucker_punch delayed_job).each do |adapter| +%w(inline resque sidekiq sucker_punch delayed_job queue_classic).each do |adapter| Rake::TestTask.new("test_#{adapter}") do |t| t.libs << 'test' t.test_files = FileList['test/cases/**/*_test.rb'] -- cgit v1.2.3