diff options
| author | Jack Nagel | 2014-12-28 00:03:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-28 00:03:16 -0500 |
| commit | 8805f3ae515af3a11a2c29a32f0dfacd0f5dedd2 (patch) | |
| tree | 0ff03d06afaedbe1427e274633ea13c75bbc4871 /Library/Homebrew | |
| parent | 0a16fff0cda0ddee42f97d891695075abbe218f0 (diff) | |
| download | brew-8805f3ae515af3a11a2c29a32f0dfacd0f5dedd2.tar.bz2 | |
Drop unnecessary requires
Diffstat (limited to 'Library/Homebrew')
| -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' |
