tests: fix duplicate test case class name

Rename test case class to avoid two definitions of `BlacklistTests`.
This commit is contained in:
Martin Afanasjew 2016-07-28 22:09:07 +02:00
parent 97b6a3069e
commit 12413cb760

View File

@ -1,7 +1,7 @@
require "testing_env" require "testing_env"
require "blacklist" require "blacklist"
class BlacklistTests < Homebrew::TestCase class OSMacBlacklistTests < Homebrew::TestCase
def assert_blacklisted(s) def assert_blacklisted(s)
assert blacklisted?(s), "'#{s}' should be blacklisted" assert blacklisted?(s), "'#{s}' should be blacklisted"
end end