aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patching_test.rb
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-21 13:24:54 +0000
committerGitHub2017-01-21 13:24:54 +0000
commitab9d8df792bca8292e815ebc635094b0474a6a44 (patch)
tree32275fe167b961605ddeb2cf71fe1c1437d91c2a /Library/Homebrew/test/patching_test.rb
parentd7c463ad2c036bd9917398069217f6cad0f5b326 (diff)
parent70a381a00ff1e354e059aa07d55ebab90c5f874a (diff)
downloadbrew-ab9d8df792bca8292e815ebc635094b0474a6a44.tar.bz2
Merge pull request #1888 from alyssais/tests_enforce_lifecycle
tests: enforce `super` in lifecycle hooks
Diffstat (limited to 'Library/Homebrew/test/patching_test.rb')
-rw-r--r--Library/Homebrew/test/patching_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/patching_test.rb b/Library/Homebrew/test/patching_test.rb
index ac14c8e1e..eadab15dc 100644
--- a/Library/Homebrew/test/patching_test.rb
+++ b/Library/Homebrew/test/patching_test.rb
@@ -23,6 +23,7 @@ class PatchingTests < Homebrew::TestCase
def teardown
@_f.clear_cache
@_f.patchlist.each { |p| p.clear_cache if p.external? }
+ super
end
def assert_patched(formula)