aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBob W. Hogg2016-09-22 22:10:32 -0400
committerBob W. Hogg2016-09-22 22:10:32 -0400
commitaae4dfaec0362019974f8a49ee217352a1df75d6 (patch)
treec4f10a9e158b5f239053ddd1cd807c9ced2f7b6b /Library
parent1de9f3baf351392d4c50726ba2d591dfcc3c4247 (diff)
downloadbrew-aae4dfaec0362019974f8a49ee217352a1df75d6.tar.bz2
automated rubocop fixup
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_dependency_collector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_dependency_collector.rb b/Library/Homebrew/test/test_dependency_collector.rb
index 61b13d18b..4e87c8515 100644
--- a/Library/Homebrew/test/test_dependency_collector.rb
+++ b/Library/Homebrew/test/test_dependency_collector.rb
@@ -77,7 +77,7 @@ class DependencyCollectorTests < Homebrew::TestCase
end
def test_ant_dep
- @d.add :ant => :build
+ @d.add ant: :build
assert_equal find_dependency("ant"), Dependency.new("ant", [:build])
end