aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-08-12 09:29:21 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-08-12 10:07:21 +0000
commit0c232779ece1ff6bf9bce9d55c54ea19867a2170 (patch)
treefd833a906bdf4a982d01046f9cdfe6d0d720fdc7 /activejob/test/helper.rb
parenta75f085941b2d6aed160f5f2f7e64e5fc7e03826 (diff)
downloadrails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.gz
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.tar.bz2
rails-0c232779ece1ff6bf9bce9d55c54ea19867a2170.zip
Remove activejob integration tests
Diffstat (limited to 'activejob/test/helper.rb')
-rw-r--r--activejob/test/helper.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index 104dabd861..ad263c05cd 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -6,13 +6,8 @@ $LOAD_PATH << File.dirname(__FILE__) + "/../lib"
require 'active_job'
adapter = ENV['AJADAPTER'] || 'inline'
-puts "Testing#{" integration" if ENV['AJ_INTEGRATION_TESTS']} using #{adapter}"
-if ENV['AJ_INTEGRATION_TESTS']
- require 'support/integration/helper'
-else
- require "adapters/#{adapter}"
-end
+require "adapters/#{adapter}"
require 'active_support/testing/autorun'