Fix test class name collision
This commit is contained in:
parent
9a6d2a31d9
commit
63d3a17f2b
@ -1,7 +1,7 @@
|
|||||||
require 'testing_env'
|
require 'testing_env'
|
||||||
require 'test/testball'
|
require 'test/testball'
|
||||||
|
|
||||||
class ChecksumTests < Homebrew::TestCase
|
class ChecksumVerificationTests < Homebrew::TestCase
|
||||||
def assert_checksum_good
|
def assert_checksum_good
|
||||||
assert_nothing_raised { shutup { @_f.brew {} } }
|
assert_nothing_raised { shutup { @_f.brew {} } }
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user