diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb index 42ba74eeaf..6c759e6688 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