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 | |
| parent | cb1be84dca1a0255d258171a8c537de671a16cc9 (diff) | |
| download | homebrew-90bb89852d56ddf42c3663f4977c01322f6854bc.tar.bz2 | |
Drop unnecessary requires
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_patching.rb | 1 | ||||
| -rw-r--r-- | Library/Homebrew/test/test_stdlib.rb | 1 | 
2 files changed, 0 insertions, 2 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" diff --git a/Library/Homebrew/test/test_stdlib.rb b/Library/Homebrew/test/test_stdlib.rb index b45b0795a..9ed69d3b7 100644 --- a/Library/Homebrew/test/test_stdlib.rb +++ b/Library/Homebrew/test/test_stdlib.rb @@ -1,5 +1,4 @@  require 'testing_env' -require 'testball'  require 'formula'  require 'cxxstdlib' | 
