From 8a1c3476a62005e3cb7cfe440da71b94fab8aa5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 2 Jan 2015 00:09:10 -0300 Subject: [PATCH] Do not run integration tests for the test adapter --- activejob/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activejob/Rakefile b/activejob/Rakefile index b215ba65fa..1922f256ec 100644 --- a/activejob/Rakefile +++ b/activejob/Rakefile @@ -20,7 +20,7 @@ namespace :test do desc 'Run integration tests for all adapters' task :integration do - run_without_aborting ACTIVEJOB_ADAPTERS.map { |a| "test:integration:#{a}" } + run_without_aborting (ACTIVEJOB_ADAPTERS - ['test']).map { |a| "test:integration:#{a}" } end task 'env:integration' do