diff options
| author | Jack Nagel | 2014-06-12 17:58:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-12 17:58:12 -0500 |
| commit | 40f3e8a6ab956c085844bda62f549c923b5864a2 (patch) | |
| tree | 7172d34934d2db38ede0d7d17146643bea7ebd82 | |
| parent | e85483d66acc47c094fee16f7662b6f94669f97c (diff) | |
| download | homebrew-40f3e8a6ab956c085844bda62f549c923b5864a2.tar.bz2 | |
Remove dummy method
| -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 |
