aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_utils.rb
diff options
context:
space:
mode:
authorJack Nagel2012-06-19 22:50:15 -0500
committerJack Nagel2012-07-04 22:47:34 -0500
commitf3dc89c1edc74e7a30bca72bdd955813aac23f32 (patch)
tree61292bfa09816456b3f7eea2311365b16efba921 /Library/Homebrew/test/test_utils.rb
parent0c18ffd7fa23c5a5149798aea10fab25b4670e96 (diff)
downloadhomebrew-f3dc89c1edc74e7a30bca72bdd955813aac23f32.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/test_utils.rb')
-rw-r--r--Library/Homebrew/test/test_utils.rb6
1 files changed, 0 insertions, 6 deletions
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