aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patching_test.rb
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-22 19:47:38 +0000
committerGitHub2017-01-22 19:47:38 +0000
commit6f305ad3dcd01a21b5c5836339338eeb47a239cf (patch)
treea1f4856e5b162e898a535589358599e1390fac0c /Library/Homebrew/test/patching_test.rb
parent7c27bfd37accbe3b3779d31d41feb51988fd37d0 (diff)
parent6861451f87316ce339af55eaa8e63e5ef8c5021b (diff)
downloadbrew-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.rb6
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