diff options
| author | Jack Nagel | 2014-06-18 20:32:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-18 20:32:51 -0500 |
| commit | 982e9239b8ba2c2a49ccedec2a108a4580047bcb (patch) | |
| tree | 2f14dcbb8f00b31631d33452359fb56bf6e501c9 /Library/Homebrew/test/test_formula_install.rb | |
| parent | 55950bec59c45884a457f596eae9a363e1a4f41c (diff) | |
| download | brew-982e9239b8ba2c2a49ccedec2a108a4580047bcb.tar.bz2 | |
Use a custom test class so we can avoid monkeypatching
Diffstat (limited to 'Library/Homebrew/test/test_formula_install.rb')
| -rw-r--r-- | Library/Homebrew/test/test_formula_install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_formula_install.rb b/Library/Homebrew/test/test_formula_install.rb index 75d9d3bac..c75d18440 100644 --- a/Library/Homebrew/test/test_formula_install.rb +++ b/Library/Homebrew/test/test_formula_install.rb @@ -4,7 +4,7 @@ require 'test/testball' require 'keg' -class InstallTests < Test::Unit::TestCase +class InstallTests < Homebrew::TestCase def teardown HOMEBREW_CACHE.rmtree end |
