aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_spec_selection.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-18 20:32:51 -0500
committerJack Nagel2014-06-18 20:32:51 -0500
commitbe6c29846b51b91254a86117e904747b2fe2a4d8 (patch)
treed02d71ae55dd30f761a6a421468cf5c7a6bba011 /Library/Homebrew/test/test_formula_spec_selection.rb
parent7d8b51933890caba142da192909d313ea242e28c (diff)
downloadhomebrew-be6c29846b51b91254a86117e904747b2fe2a4d8.tar.bz2
Use a custom test class so we can avoid monkeypatching
Diffstat (limited to 'Library/Homebrew/test/test_formula_spec_selection.rb')
-rw-r--r--Library/Homebrew/test/test_formula_spec_selection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula_spec_selection.rb b/Library/Homebrew/test/test_formula_spec_selection.rb
index af23a002c..19cdadffd 100644
--- a/Library/Homebrew/test/test_formula_spec_selection.rb
+++ b/Library/Homebrew/test/test_formula_spec_selection.rb
@@ -1,7 +1,7 @@
require 'testing_env'
require 'formula'
-class FormulaSpecSelectionTests < Test::Unit::TestCase
+class FormulaSpecSelectionTests < Homebrew::TestCase
def assert_spec_selected(spec)
assert_equal @_f.send(spec), @_f.active_spec
end