aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-26 16:45:07 -0500
committerJack Nagel2014-12-26 16:45:07 -0500
commit2ea6882914cf7f31acff569cecaf8440530afb23 (patch)
treef5ec1064d3f29fe9aec585e827d151254e5928e3 /Library
parentebd4402655f7052aa9bc3bc73136bd7d3ceceba1 (diff)
downloadhomebrew-2ea6882914cf7f31acff569cecaf8440530afb23.tar.bz2
Remove unnecessary require from test
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