aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patching_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/patching_test.rb')
-rw-r--r--Library/Homebrew/test/patching_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/patching_test.rb b/Library/Homebrew/test/patching_test.rb
index ac14c8e1e..3dacc0818 100644
--- a/Library/Homebrew/test/patching_test.rb
+++ b/Library/Homebrew/test/patching_test.rb
@@ -20,11 +20,6 @@ class PatchingTests < Homebrew::TestCase
end
end
- def teardown
- @_f.clear_cache
- @_f.patchlist.each { |p| p.clear_cache if p.external? }
- end
-
def assert_patched(formula)
shutup do
formula.brew do