diff options
| author | Jack Nagel | 2014-06-18 23:17:49 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-18 23:20:56 -0500 |
| commit | 88b30a6b17ce891169054ab0d07539b076ebea50 (patch) | |
| tree | a4747010e08fbcb129d3807c545ad1aff17387bc /Library/Homebrew/formula.rb | |
| parent | 68fd807756308809810fffd746c7d1b74174e6e3 (diff) | |
| download | homebrew-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.rb | 2 |
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 } |
