diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-24 23:08:29 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-24 23:08:29 -0500 |
commit | f632f79b8dcd144408c66a544984b2ba9cf52f87 (patch) | |
tree | cde8fc40bcd8acff6cc68836b7b3aa07851db49f /activesupport/lib/active_support | |
parent | 98c7fe87690ca4de6c46e8f69806e82e3f8af42d (diff) | |
parent | 4ca5a5ea679508603f28dcae5407a634037670e5 (diff) | |
download | rails-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.rb | 2 |
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' |