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
commit051658db6552882a4306b9a4240137b9def8db17 (patch)
tree4fde175278aa917ec8d64b79b24a41904963a6bb /Library
parentefa0cbecb0e3027e4d3baa602da6f67799d8879d (diff)
downloadbrew-051658db6552882a4306b9a4240137b9def8db17.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