aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_fails_with.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_fails_with.rb')
-rw-r--r--Library/Homebrew/test/test_fails_with.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_fails_with.rb b/Library/Homebrew/test/test_fails_with.rb
index 7030b3431..ee25bcf4a 100644
--- a/Library/Homebrew/test/test_fails_with.rb
+++ b/Library/Homebrew/test/test_fails_with.rb
@@ -1,7 +1,7 @@
require 'testing_env'
require 'test/testball'
-class FailsWithTests < Test::Unit::TestCase
+class FailsWithTests < Homebrew::TestCase
def assert_fails_with(cc)
assert @f.new.fails_with?(cc)
end