diff options
| author | Jack Nagel | 2014-06-18 20:32:51 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-18 20:32:51 -0500 |
| commit | be6c29846b51b91254a86117e904747b2fe2a4d8 (patch) | |
| tree | d02d71ae55dd30f761a6a421468cf5c7a6bba011 /Library/Homebrew/test/test_bottle_hooks.rb | |
| parent | 7d8b51933890caba142da192909d313ea242e28c (diff) | |
| download | homebrew-be6c29846b51b91254a86117e904747b2fe2a4d8.tar.bz2 | |
Use a custom test class so we can avoid monkeypatching
Diffstat (limited to 'Library/Homebrew/test/test_bottle_hooks.rb')
| -rw-r--r-- | Library/Homebrew/test/test_bottle_hooks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bottle_hooks.rb b/Library/Homebrew/test/test_bottle_hooks.rb index abc3d5f4e..cf160bb14 100644 --- a/Library/Homebrew/test/test_bottle_hooks.rb +++ b/Library/Homebrew/test/test_bottle_hooks.rb @@ -2,7 +2,7 @@ require 'testing_env' require 'formula_installer' require 'hooks/bottles' -class BottleHookTests < Test::Unit::TestCase +class BottleHookTests < Homebrew::TestCase class FormulaDouble def bottle; end def local_bottle_path; end |
