aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-18 23:17:49 -0500
committerJack Nagel2014-06-18 23:20:56 -0500
commit88b30a6b17ce891169054ab0d07539b076ebea50 (patch)
treea4747010e08fbcb129d3807c545ad1aff17387bc /Library/Homebrew/formula.rb
parent68fd807756308809810fffd746c7d1b74174e6e3 (diff)
downloadhomebrew-88b30a6b17ce891169054ab0d07539b076ebea50.tar.bz2
Fix `brew test` when conflicting minitest gems are installed
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 9c5d6ce2d..11e1eecb7 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -491,8 +491,6 @@ class Formula
end
def test
- require 'test/unit/assertions'
- extend(Test::Unit::Assertions)
# Adding the used options allows us to use `build.with?` inside of tests
tab = Tab.for_name(name)
tab.used_options.each { |opt| build.args << opt unless build.has_opposite_of? opt }