Skip to content
Snippets Groups Projects
Commit d89a696d authored by Alyssa Ross's avatar Alyssa Ross
Browse files

Remove unused variable

This will make brew readall --syntax pass
parent 6ec14288
No related branches found
No related tags found
No related merge requests found
......@@ -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" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment