From 4ca5a5ea679508603f28dcae5407a634037670e5 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Sat, 24 May 2014 11:44:39 -0700 Subject: Remove unnecessary require of Minitest. Minitest has already been required when calling Minitest.autorun. --- activesupport/lib/active_support/test_case.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'activesupport') 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' -- cgit v1.2.3