Remove unused variable

This will make brew readall --syntax pass
This commit is contained in:
Alyssa Ross 2016-09-19 02:24:21 +01:00
parent 6ec14288aa
commit d89a696d83

View File

@ -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" }