diff options
| author | Jack Nagel | 2014-06-12 17:58:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-12 17:58:12 -0500 |
| commit | 4f476d70661ff6b108f5c5e3175ee2db8d55927b (patch) | |
| tree | 46e08a19859cb312412963441724913b1075edcf /Library | |
| parent | 502078099fb59212164d757fe2b66e58adfaa0d4 (diff) | |
| download | brew-4f476d70661ff6b108f5c5e3175ee2db8d55927b.tar.bz2 | |
Remove dummy method
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/test_formula.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index 42ba74eea..6c759e668 100644 --- a/Library/Homebrew/test/test_formula.rb +++ b/Library/Homebrew/test/test_formula.rb @@ -197,9 +197,6 @@ class FormulaTests < Test::Unit::TestCase require 'formula' class #{Formulary.class_s(name)} < Formula url 'foo-1.0' - def initialize(*args) - super - end end } end |
