[前][次][番号順一覧][スレッド一覧]

ruby-changes:67579

From: Hiroshi <ko1@a...>
Date: Fri, 3 Sep 2021 19:10:38 +0900 (JST)
Subject: [ruby-changes:67579] 0a9a3799bb (master): [ruby/rdoc] Removed duplicated doc

https://git.ruby-lang.org/ruby.git/commit/?id=0a9a3799bb

From 0a9a3799bb8421b09cc458f47590574d2d59506d Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 3 Sep 2021 16:58:40 +0900
Subject: [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 6d39762..21c5534 100644
--- a/test/rdoc/support/test_case.rb
+++ b/test/rdoc/support/test_case.rb
@@ -1,16 +1,3 @@ https://github.com/ruby/ruby/blob/trunk/test/rdoc/support/test_case.rb#L1
-##
-# 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 <code>@RM</code> alias of RDoc::Markup (for less typing)
-# * <code>@pwd</code> containing the current working directory
-# * FileUtils, pp, Tempfile, Dir.tmpdir and StringIO
-
 require 'bundler/errors'
 begin
   gem 'test-unit'
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]