From 982e9239b8ba2c2a49ccedec2a108a4580047bcb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 18 Jun 2014 20:32:51 -0500 Subject: Use a custom test class so we can avoid monkeypatching --- Library/Homebrew/test/test_patching.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 a6dd746ee..cb70e5e4d 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -2,7 +2,7 @@ require 'testing_env' require 'formula' require 'testball' -class PatchingTests < Test::Unit::TestCase +class PatchingTests < Homebrew::TestCase PATCH_URL_A = "file://#{TEST_DIRECTORY}/patches/noop-a.diff" PATCH_URL_B = "file://#{TEST_DIRECTORY}/patches/noop-b.diff" -- cgit v1.2.3