diff options
| author | Bob W. Hogg | 2016-09-22 22:10:32 -0400 |
|---|---|---|
| committer | Bob W. Hogg | 2016-09-22 22:10:32 -0400 |
| commit | aae4dfaec0362019974f8a49ee217352a1df75d6 (patch) | |
| tree | c4f10a9e158b5f239053ddd1cd807c9ced2f7b6b /Library | |
| parent | 1de9f3baf351392d4c50726ba2d591dfcc3c4247 (diff) | |
| download | brew-aae4dfaec0362019974f8a49ee217352a1df75d6.tar.bz2 | |
automated rubocop fixup
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_dependency_collector.rb | 2 |
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 |
