From de4dcacc200f9bfa79f3c2e13b2091e3d5262f6d Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Thu, 9 May 2013 01:50:56 -0700 Subject: oops. I should have only required minitest, not minitets/autorun. muscle memory. --- activesupport/lib/active_support/testing/autorun.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/lib/active_support/testing/autorun.rb b/activesupport/lib/active_support/testing/autorun.rb index 45d8193abb..5aa5f46310 100644 --- a/activesupport/lib/active_support/testing/autorun.rb +++ b/activesupport/lib/active_support/testing/autorun.rb @@ -1,5 +1,5 @@ gem 'minitest' -require 'minitest/autorun' +require 'minitest' Minitest.autorun -- cgit v1.2.3