aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_ENV.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_ENV.rb')
-rw-r--r--Library/Homebrew/test/test_ENV.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb
index 477dffa5b..a5ee46e88 100644
--- a/Library/Homebrew/test/test_ENV.rb
+++ b/Library/Homebrew/test/test_ENV.rb
@@ -1,7 +1,7 @@
require 'testing_env'
require 'extend/ENV'
-class EnvironmentTests < Test::Unit::TestCase
+class EnvironmentTests < Homebrew::TestCase
def setup
@env = {}.extend(EnvActivation)
@env.activate_extensions!
@@ -116,7 +116,7 @@ module SharedEnvTests
end
end
-class StdenvTests < Test::Unit::TestCase
+class StdenvTests < Homebrew::TestCase
include SharedEnvTests
def setup
@@ -124,7 +124,7 @@ class StdenvTests < Test::Unit::TestCase
end
end
-class SuperenvTests < Test::Unit::TestCase
+class SuperenvTests < Homebrew::TestCase
include SharedEnvTests
attr_reader :env, :bin