From 0a9a3799bb8421b09cc458f47590574d2d59506d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 3 Sep 2021 16:58:40 +0900 Subject: [PATCH] [ruby/rdoc] Removed duplicated doc https://github.com/ruby/rdoc/commit/0dd36a5c35 --- test/rdoc/support/test_case.rb | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/test/rdoc/support/test_case.rb b/test/rdoc/support/test_case.rb index 6d397625e8..21c5534583 100644 --- a/test/rdoc/support/test_case.rb +++ b/test/rdoc/support/test_case.rb @@ -1,16 +1,3 @@ -## -# RDoc::TestCase is an abstract TestCase to provide common setup and teardown -# across all RDoc tests. The test case uses minitest, so all the assertions -# of minitest may be used. -# -# The testcase provides the following: -# -# * A reset code-object tree -# * A reset markup preprocessor (RDoc::Markup::PreProcess) -# * The @RM alias of RDoc::Markup (for less typing) -# * @pwd containing the current working directory -# * FileUtils, pp, Tempfile, Dir.tmpdir and StringIO - require 'bundler/errors' begin gem 'test-unit'