aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-28 00:03:16 -0500
committerJack Nagel2014-12-28 00:03:16 -0500
commit90bb89852d56ddf42c3663f4977c01322f6854bc (patch)
tree54f3eac1d18b9bbd10a775d1bf8ed6ee2f24cfd3 /Library
parentcb1be84dca1a0255d258171a8c537de671a16cc9 (diff)
downloadhomebrew-90bb89852d56ddf42c3663f4977c01322f6854bc.tar.bz2
Drop unnecessary requires
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_patching.rb1
-rw-r--r--Library/Homebrew/test/test_stdlib.rb1
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'