Remove dummy method

This commit is contained in:
Jack Nagel 2014-06-12 17:58:12 -05:00
parent 502078099f
commit 4f476d7066

View File

@ -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