aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_os_mac_blacklist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_os_mac_blacklist.rb b/Library/Homebrew/test/test_os_mac_blacklist.rb
index e5becc9d2..26dd84ed9 100644
--- a/Library/Homebrew/test/test_os_mac_blacklist.rb
+++ b/Library/Homebrew/test/test_os_mac_blacklist.rb
@@ -1,7 +1,7 @@
require "testing_env"
require "blacklist"
-class BlacklistTests < Homebrew::TestCase
+class OSMacBlacklistTests < Homebrew::TestCase
def assert_blacklisted(s)
assert blacklisted?(s), "'#{s}' should be blacklisted"
end