Remove unnecessary require from test
This commit is contained in:
parent
efa0cbecb0
commit
051658db65
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user