diff options
| author | Jack Nagel | 2012-06-19 22:50:15 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-07-04 22:47:34 -0500 | 
| commit | f3dc89c1edc74e7a30bca72bdd955813aac23f32 (patch) | |
| tree | 61292bfa09816456b3f7eea2311365b16efba921 /Library/Homebrew/test/test_patching.rb | |
| parent | 0c18ffd7fa23c5a5149798aea10fab25b4670e96 (diff) | |
| download | homebrew-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_patching.rb')
| -rw-r--r-- | Library/Homebrew/test/test_patching.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index bd51c1a15..248530a49 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -1,10 +1,5 @@  require 'testing_env' - -require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser -ARGV.extend(HomebrewArgvExtension) -  require 'test/testball' -require 'utils'  class DefaultPatchBall <TestBall | 
