aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_comparableset.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_comparableset.rb')
-rw-r--r--Library/Homebrew/test/test_comparableset.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_comparableset.rb b/Library/Homebrew/test/test_comparableset.rb
index 3e823597c..0d947bd89 100644
--- a/Library/Homebrew/test/test_comparableset.rb
+++ b/Library/Homebrew/test/test_comparableset.rb
@@ -2,7 +2,7 @@ require 'testing_env'
require 'extend/set'
require 'requirements'
-class ComparableSetTests < Test::Unit::TestCase
+class ComparableSetTests < Homebrew::TestCase
def setup
@set = ComparableSet.new
end