aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula.rb b/Library/Homebrew/test/test_formula.rb
index 34cd7f0bb..77d1b1491 100644
--- a/Library/Homebrew/test/test_formula.rb
+++ b/Library/Homebrew/test/test_formula.rb
@@ -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