aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_raise_plus.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-18 20:32:51 -0500
committerJack Nagel2014-06-18 20:32:51 -0500
commit982e9239b8ba2c2a49ccedec2a108a4580047bcb (patch)
tree2f14dcbb8f00b31631d33452359fb56bf6e501c9 /Library/Homebrew/test/test_raise_plus.rb
parent55950bec59c45884a457f596eae9a363e1a4f41c (diff)
downloadbrew-982e9239b8ba2c2a49ccedec2a108a4580047bcb.tar.bz2
Use a custom test class so we can avoid monkeypatching
Diffstat (limited to 'Library/Homebrew/test/test_raise_plus.rb')
-rw-r--r--Library/Homebrew/test/test_raise_plus.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_raise_plus.rb b/Library/Homebrew/test/test_raise_plus.rb
index d56a23fe6..109c6e737 100644
--- a/Library/Homebrew/test/test_raise_plus.rb
+++ b/Library/Homebrew/test/test_raise_plus.rb
@@ -1,7 +1,7 @@
require 'testing_env'
require 'debrew/raise_plus'
-class RaisePlusTests < Test::Unit::TestCase
+class RaisePlusTests < Homebrew::TestCase
include RaisePlus
def test_raises_runtime_error_when_no_args