diff options
| author | Jack Nagel | 2014-12-28 00:03:16 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-28 00:03:16 -0500 | 
| commit | 90bb89852d56ddf42c3663f4977c01322f6854bc (patch) | |
| tree | 54f3eac1d18b9bbd10a775d1bf8ed6ee2f24cfd3 /Library/Homebrew/test/test_patching.rb | |
| parent | cb1be84dca1a0255d258171a8c537de671a16cc9 (diff) | |
| download | homebrew-90bb89852d56ddf42c3663f4977c01322f6854bc.tar.bz2 | |
Drop unnecessary requires
Diffstat (limited to 'Library/Homebrew/test/test_patching.rb')
| -rw-r--r-- | Library/Homebrew/test/test_patching.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index 1623ec375..0917316dd 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -1,6 +1,5 @@  require 'testing_env'  require 'formula' -require 'testball'  class PatchingTests < Homebrew::TestCase    PATCH_URL_A = "file://#{TEST_DIRECTORY}/patches/noop-a.diff" | 
