From 893069fa02a1f0fbd7bcb0ac213c03c91c698942 Mon Sep 17 00:00:00 2001 From: utilum Date: Mon, 12 Dec 2016 21:52:04 +0100 Subject: Output adapter being tested. --- activejob/test/helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activejob/test') 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" -- cgit v1.2.3