aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patch_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/patch_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/patch_test.rb')
-rw-r--r--Library/Homebrew/test/patch_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/patch_test.rb b/Library/Homebrew/test/patch_test.rb
index 62624720e..f5a61398a 100644
--- a/Library/Homebrew/test/patch_test.rb
+++ b/Library/Homebrew/test/patch_test.rb
@@ -111,6 +111,7 @@ end
class ExternalPatchTests < Homebrew::TestCase
def setup
+ super
@p = ExternalPatch.new(:p1) { url "file:///my.patch" }
end