aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_patching.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-28 00:03:16 -0500
committerJack Nagel2014-12-28 00:03:16 -0500
commit8805f3ae515af3a11a2c29a32f0dfacd0f5dedd2 (patch)
tree0ff03d06afaedbe1427e274633ea13c75bbc4871 /Library/Homebrew/test/test_patching.rb
parent0a16fff0cda0ddee42f97d891695075abbe218f0 (diff)
downloadbrew-8805f3ae515af3a11a2c29a32f0dfacd0f5dedd2.tar.bz2
Drop unnecessary requires
Diffstat (limited to 'Library/Homebrew/test/test_patching.rb')
-rw-r--r--Library/Homebrew/test/test_patching.rb1
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"