Remove unnecessary require from test

This commit is contained in:
Jack Nagel 2014-12-26 16:45:07 -05:00
parent efa0cbecb0
commit 051658db65

View File

@ -189,7 +189,6 @@ class FormulaTests < Homebrew::TestCase
path.dirname.mkpath
File.open(path, 'w') do |f|
f << %{
require 'formula'
class #{Formulary.class_s(name)} < Formula
url 'foo-1.0'
end