Drop pointless subclass in test
This commit is contained in:
parent
8805f3ae51
commit
7f29dc13b8
@ -42,7 +42,7 @@ class FormulaTests < Homebrew::TestCase
|
||||
end
|
||||
|
||||
def test_installed_prefix
|
||||
f = Class.new(TestBall).new
|
||||
f = TestBall.new
|
||||
assert_equal f.prefix, f.installed_prefix
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user