diff options
author | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-24 11:44:39 -0700 |
---|---|---|
committer | Guo Xiang Tan <tgx_world@hotmail.com> | 2014-05-24 20:36:05 -0700 |
commit | 4ca5a5ea679508603f28dcae5407a634037670e5 (patch) | |
tree | 405a786fbe5f92cc88095c1a86edc21076fbef8b /activesupport | |
parent | 9ca4839a1aa369d934f08c9307196db3e19e9592 (diff) | |
download | rails-4ca5a5ea679508603f28dcae5407a634037670e5.tar.gz rails-4ca5a5ea679508603f28dcae5407a634037670e5.tar.bz2 rails-4ca5a5ea679508603f28dcae5407a634037670e5.zip |
Remove unnecessary require of Minitest.
Minitest has already been required when calling Minitest.autorun.
Diffstat (limited to 'activesupport')
-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' |