diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index 9f39dd2d09..1da60c2143 100644 --- a/Library/Homebrew/test/test_formula.rb +++ b/Library/Homebrew/test/test_formula.rb @@ -126,7 +126,6 @@ class FormulaTests < Homebrew::TestCase def test_installed_alias_with_tap tap = Tap.new("user", "repo") name = "foo" - full_name = "#{tap.user}/#{tap.repo}/#{name}" path = "#{tap.path}/Formula/#{name}.rb" f = formula(name, path) { url "foo-1.0" }