From 1f82fe4dc7acb1edd81fa41b9fa3829c7d1b9c12 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 2 Mar 2010 22:54:12 -0800 Subject: Move TestBall definition to separate file. --- Library/Homebrew/test/test_patching.rb | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Library/Homebrew/test/test_patching.rb') diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index df4825711..ea8d159a6 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -3,21 +3,10 @@ require 'testing_env' require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser ARGV.extend(HomebrewArgvExtension) -require 'formula' +require 'test/testball' require 'utils' -class TestBall