From 4f476d70661ff6b108f5c5e3175ee2db8d55927b Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 12 Jun 2014 17:58:12 -0500 Subject: Remove dummy method --- Library/Homebrew/test/test_formula.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3