aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-24 23:08:29 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2014-05-24 23:08:29 -0500
commitf632f79b8dcd144408c66a544984b2ba9cf52f87 (patch)
treecde8fc40bcd8acff6cc68836b7b3aa07851db49f /activesupport/lib/active_support
parent98c7fe87690ca4de6c46e8f69806e82e3f8af42d (diff)
parent4ca5a5ea679508603f28dcae5407a634037670e5 (diff)
downloadrails-f632f79b8dcd144408c66a544984b2ba9cf52f87.tar.gz
rails-f632f79b8dcd144408c66a544984b2ba9cf52f87.tar.bz2
rails-f632f79b8dcd144408c66a544984b2ba9cf52f87.zip
Merge pull request #15305 from tgxworld/remove_unnecessary_require
Remove unnecessary require of Minitest.
Diffstat (limited to 'activesupport/lib/active_support')
-rw-r--r--activesupport/lib/active_support/test_case.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/test_case.rb b/activesupport/lib/active_support/test_case.rb
index 2fb5c04316..e6c125bfdd 100644
--- a/activesupport/lib/active_support/test_case.rb
+++ b/activesupport/lib/active_support/test_case.rb
@@ -1,5 +1,3 @@
-gem 'minitest' # make sure we get the gem, not stdlib
-require 'minitest'
require 'active_support/testing/tagged_logging'
require 'active_support/testing/setup_and_teardown'
require 'active_support/testing/assertions'