aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_hardware.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_hardware.rb')
-rw-r--r--Library/Homebrew/test/test_hardware.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_hardware.rb b/Library/Homebrew/test/test_hardware.rb
index ff086b1e9..6b05bde30 100644
--- a/Library/Homebrew/test/test_hardware.rb
+++ b/Library/Homebrew/test/test_hardware.rb
@@ -1,7 +1,7 @@
require 'testing_env'
require 'hardware'
-class HardwareTests < Test::Unit::TestCase
+class HardwareTests < Homebrew::TestCase
def test_hardware_cpu_type
assert [:intel, :ppc].include?(Hardware::CPU.type)
end