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

ruby-changes:67580

From: Hiroshi <ko1@a...>
Date: Fri, 3 Sep 2021 19:10:45 +0900 (JST)
Subject: [ruby-changes:67580] b809e5a4a9 (master): [ruby/rdoc] s/minitest/test-unit/g

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

From b809e5a4a98cf73f80e96c16c9a0c6f3da332dc5 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Fri, 3 Sep 2021 16:58:56 +0900
Subject: [ruby/rdoc] s/minitest/test-unit/g

https://github.com/ruby/rdoc/commit/73c030c7b0
---
 test/rdoc/support/test_case.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/rdoc/support/test_case.rb b/test/rdoc/support/test_case.rb
index 21c5534..7617fc8 100644
--- a/test/rdoc/support/test_case.rb
+++ b/test/rdoc/support/test_case.rb
@@ -17,8 +17,8 @@ require 'rdoc' https://github.com/ruby/ruby/blob/trunk/test/rdoc/support/test_case.rb#L17
 
 ##
 # 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.
+# across all RDoc tests.  The test case uses test-unit, so all the assertions
+# of test-unit may be used.
 #
 # The testcase provides the following:
 #
-- 
cgit v1.1


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

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