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
|
path.dirname.mkpath
|
||||||
File.open(path, 'w') do |f|
|
File.open(path, 'w') do |f|
|
||||||
f << %{
|
f << %{
|
||||||
require 'formula'
|
|
||||||
class #{Formulary.class_s(name)} < Formula
|
class #{Formulary.class_s(name)} < Formula
|
||||||
url 'foo-1.0'
|
url 'foo-1.0'
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user