From f3dc89c1edc74e7a30bca72bdd955813aac23f32 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Jun 2012 22:50:15 -0500 Subject: Prune some requires from test files testing_env already requires utils; set up the ARGV and ENV extensions there as well. Signed-off-by: Jack Nagel --- Library/Homebrew/test/test_utils.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library/Homebrew/test/test_utils.rb') diff --git a/Library/Homebrew/test/test_utils.rb b/Library/Homebrew/test/test_utils.rb index bc8a54b62..f099bbc9f 100644 --- a/Library/Homebrew/test/test_utils.rb +++ b/Library/Homebrew/test/test_utils.rb @@ -1,11 +1,5 @@ require 'testing_env' -require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser -ARGV.extend(HomebrewArgvExtension) - -require 'utils' - - class UtilTests < Test::Unit::TestCase def test_put_columns_empty -- cgit v1.2.3