From 0dfc467587a797ce9eb44cbe4f496b86f3462e79 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sun, 25 Sep 2016 20:38:12 +0200 Subject: fffffff, Add code missing in 29f0fbd --- activesupport/lib/active_support/testing/autorun.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/autorun.rb b/activesupport/lib/active_support/testing/autorun.rb index 2e7b7246aa..3108e3e549 100644 --- a/activesupport/lib/active_support/testing/autorun.rb +++ b/activesupport/lib/active_support/testing/autorun.rb @@ -2,8 +2,8 @@ gem "minitest" require "minitest" -if Minitest.respond_to?(:run_with_rails_extension) && !Minitest.run_with_rails_extension - Minitest.run_with_autorun = true +if Minitest.respond_to?(:run_via) && !Minitest.run_via[:rails] + Minitest.run_via[:ruby] = true end Minitest.autorun -- cgit v1.2.3