aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-11 17:43:09 +0100
committerMike McQuaid2016-09-11 21:48:05 +0100
commit2cf6184735050319a78063111b6f464f2320e2b7 (patch)
treed16c9cf48bedce9fa9b385a9650d1ed61a7ca899 /Library
parent0f09674fe61f58572190f263d9173422d4e417d8 (diff)
downloadbrew-2cf6184735050319a78063111b6f464f2320e2b7.tar.bz2
test/test_formula_installer: fix Rubocop warnings.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula_installer.rb b/Library/Homebrew/test/test_formula_installer.rb
index f519d0715..51bec7589 100644
--- a/Library/Homebrew/test/test_formula_installer.rb
+++ b/Library/Homebrew/test/test_formula_installer.rb
@@ -110,7 +110,7 @@ class FormulaInstallerTests < Homebrew::TestCase
dependent = formula do
url "foo"
version "0.5"
- depends_on "#{dependency.name}"
+ depends_on dependency.name.to_s
end
dependency.prefix("0.1").join("bin/a").mkpath