automated rubocop fixup

This commit is contained in:
Bob W. Hogg 2016-09-22 22:10:32 -04:00
parent 1de9f3baf3
commit aae4dfaec0

View File

@ -77,7 +77,7 @@ class DependencyCollectorTests < Homebrew::TestCase
end end
def test_ant_dep def test_ant_dep
@d.add :ant => :build @d.add ant: :build
assert_equal find_dependency("ant"), Dependency.new("ant", [:build]) assert_equal find_dependency("ant"), Dependency.new("ant", [:build])
end end