summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_parser_changelog.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-25 00:19:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-04-25 02:49:35 +0900
commitae235db25d6d6437862d4823d053d42702d1a07a (patch)
treeea6bf0e55c9f951e000fbc5a9f2b2db8690a2858 /test/rdoc/test_rdoc_parser_changelog.rb
parentcf5b3d6798509631b7b4dd72ff3d5dedc68c0d25 (diff)
[ruby/rdoc] Should teardown in reverse order of setup
https://github.com/ruby/rdoc/commit/00fb4dd2a3
Diffstat (limited to 'test/rdoc/test_rdoc_parser_changelog.rb')
-rw-r--r--test/rdoc/test_rdoc_parser_changelog.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rdoc/test_rdoc_parser_changelog.rb b/test/rdoc/test_rdoc_parser_changelog.rb
index cb6406259c..d93cb7deca 100644
--- a/test/rdoc/test_rdoc_parser_changelog.rb
+++ b/test/rdoc/test_rdoc_parser_changelog.rb
@@ -14,6 +14,8 @@ class TestRDocParserChangeLog < RDoc::TestCase
def teardown
@tempfile.close!
+
+ super
end
def test_class_can_parse