diff options
| author | Alyssa Ross | 2017-01-22 19:47:38 +0000 |
|---|---|---|
| committer | GitHub | 2017-01-22 19:47:38 +0000 |
| commit | 6f305ad3dcd01a21b5c5836339338eeb47a239cf (patch) | |
| tree | a1f4856e5b162e898a535589358599e1390fac0c /Library/Homebrew/test/patching_test.rb | |
| parent | 7c27bfd37accbe3b3779d31d41feb51988fd37d0 (diff) | |
| parent | 6861451f87316ce339af55eaa8e63e5ef8c5021b (diff) | |
| download | brew-6f305ad3dcd01a21b5c5836339338eeb47a239cf.tar.bz2 | |
Merge pull request #1892 from alyssais/global_teardown_fs
tests: clean up file system for all tests
Diffstat (limited to 'Library/Homebrew/test/patching_test.rb')
| -rw-r--r-- | Library/Homebrew/test/patching_test.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/test/patching_test.rb b/Library/Homebrew/test/patching_test.rb index eadab15dc..3dacc0818 100644 --- a/Library/Homebrew/test/patching_test.rb +++ b/Library/Homebrew/test/patching_test.rb @@ -20,12 +20,6 @@ class PatchingTests < Homebrew::TestCase end end - def teardown - @_f.clear_cache - @_f.patchlist.each { |p| p.clear_cache if p.external? } - super - end - def assert_patched(formula) shutup do formula.brew do |
