aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_mach.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_mach.rb
parent55950bec59c45884a457f596eae9a363e1a4f41c (diff)
downloadbrew-982e9239b8ba2c2a49ccedec2a108a4580047bcb.tar.bz2
Use a custom test class so we can avoid monkeypatching
Diffstat (limited to 'Library/Homebrew/test/test_mach.rb')
-rw-r--r--Library/Homebrew/test/test_mach.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/test/test_mach.rb b/Library/Homebrew/test/test_mach.rb
index 58196b8e0..a9f4f3ca6 100644
--- a/Library/Homebrew/test/test_mach.rb
+++ b/Library/Homebrew/test/test_mach.rb
@@ -1,6 +1,6 @@
require 'testing_env'
-class MachOPathnameTests < Test::Unit::TestCase
+class MachOPathnameTests < Homebrew::TestCase
def dylib_path(name)
Pathname.new("#{TEST_DIRECTORY}/mach/#{name}.dylib")
end
@@ -161,7 +161,7 @@ class ArchitectureListExtensionTests < MachOPathnameTests
end
end
-class TextExecutableTests < Test::Unit::TestCase
+class TextExecutableTests < Homebrew::TestCase
attr_reader :pn
def setup