From 8805f3ae515af3a11a2c29a32f0dfacd0f5dedd2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 28 Dec 2014 00:03:16 -0500 Subject: [PATCH] Drop unnecessary requires --- Library/Homebrew/test/test_patching.rb | 1 - Library/Homebrew/test/test_stdlib.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index 1623ec375e..0917316dd9 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 b45b0795a8..9ed69d3b7c 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'