aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/autorun.rb
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-07-10 21:13:22 +0200
committerGitHub <noreply@github.com>2017-07-10 21:13:22 +0200
commit3fa66935fd65e2d834dcc743bd835afb5b875f7f (patch)
tree361e00c0c82de24f359bbe5ba32b76d9913c609e /activesupport/lib/active_support/testing/autorun.rb
parentb6300f3ecc79bff29cf9bb804a30fd92403feac1 (diff)
parent0d72489b2a08487f71dd4230846c01a5d99ef35f (diff)
downloadrails-3fa66935fd65e2d834dcc743bd835afb5b875f7f.tar.gz
rails-3fa66935fd65e2d834dcc743bd835afb5b875f7f.tar.bz2
rails-3fa66935fd65e2d834dcc743bd835afb5b875f7f.zip
Merge pull request #29572 from kaspth/test-runner-no-eager-require
Don't eagerly require Rails' minitest plugin.
Diffstat (limited to 'activesupport/lib/active_support/testing/autorun.rb')
-rw-r--r--activesupport/lib/active_support/testing/autorun.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/lib/active_support/testing/autorun.rb b/activesupport/lib/active_support/testing/autorun.rb
index 40ae696a34..a4afbfd6ce 100644
--- a/activesupport/lib/active_support/testing/autorun.rb
+++ b/activesupport/lib/active_support/testing/autorun.rb
@@ -3,8 +3,4 @@ gem "minitest"
require "minitest"
-if Minitest.respond_to?(:run_via) && !Minitest.run_via.set?
- Minitest.run_via = :ruby
-end
-
Minitest.autorun