aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/helper.rb
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2016-12-12 21:52:04 +0100
committerutilum <oz@utilum.com>2016-12-12 21:52:04 +0100
commit893069fa02a1f0fbd7bcb0ac213c03c91c698942 (patch)
treeb28fbc7a90f846dc0c334c949762bebba2d3e3ae /activejob/test/helper.rb
parent1373f9bdcf725f75832dc7401994cc76113a8a4e (diff)
downloadrails-893069fa02a1f0fbd7bcb0ac213c03c91c698942.tar.gz
rails-893069fa02a1f0fbd7bcb0ac213c03c91c698942.tar.bz2
rails-893069fa02a1f0fbd7bcb0ac213c03c91c698942.zip
Output adapter being tested.
Diffstat (limited to 'activejob/test/helper.rb')
-rw-r--r--activejob/test/helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activejob/test/helper.rb b/activejob/test/helper.rb
index 758506b3c0..776f7788de 100644
--- a/activejob/test/helper.rb
+++ b/activejob/test/helper.rb
@@ -5,6 +5,7 @@ ActiveSupport.halt_callback_chains_on_return_false = false
GlobalID.app = "aj"
@adapter = ENV["AJ_ADAPTER"] || "inline"
+puts "Using #{@adapter}"
if ENV["AJ_INTEGRATION_TESTS"]
require "support/integration/helper"