diff options
| author | Alyssa Ross | 2016-09-19 02:24:21 +0100 |
|---|---|---|
| committer | Alyssa Ross | 2016-09-19 02:24:21 +0100 |
| commit | d89a696d83cd325656e30a99cb4ba8342ffb39c9 (patch) | |
| tree | 0b285e530c6828ff90c3d2c95a13f12b97f6d7a5 | |
| parent | 6ec14288aa727eeb3d3a7773720695394697a62a (diff) | |
| download | brew-d89a696d83cd325656e30a99cb4ba8342ffb39c9.tar.bz2 | |
Remove unused variable
This will make brew readall --syntax pass
| -rw-r--r-- | Library/Homebrew/test/test_formula.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index 9f39dd2d0..1da60c214 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" } |
