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

ruby-changes:69575

From: Nobuyoshi <ko1@a...>
Date: Thu, 4 Nov 2021 08:56:48 +0900 (JST)
Subject: [ruby-changes:69575] f6330a45f2 (master): [ruby/rdoc] Fix typos in test method names [ci skip]

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

From f6330a45f221c23d0b61043f7ca90f98091c1250 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 3 Nov 2021 20:10:49 +0900
Subject: [ruby/rdoc] Fix typos in test method names [ci skip]

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

diff --git a/test/rdoc/test_rdoc_class_module.rb b/test/rdoc/test_rdoc_class_module.rb
index 4dcc5d15ab1..ad185671cfd 100644
--- a/test/rdoc/test_rdoc_class_module.rb
+++ b/test/rdoc/test_rdoc_class_module.rb
@@ -89,7 +89,7 @@ class TestRDocClassModule < XrefTestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_class_module.rb#L89
     assert_equal 'comment', cm.comment.text
   end
 
-  def test_docuent_self_or_methods
+  def test_document_self_or_methods
     assert @c1.document_self_or_methods
 
     @c1.document_self = false
@@ -238,7 +238,7 @@ class TestRDocClassModule < XrefTestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_class_module.rb#L238
     assert_equal tl, loaded.method_list.first.file
   end
 
-  def test_marshal_dump_visibilty
+  def test_marshal_dump_visibility
     @store.path = Dir.tmpdir
     tl = @store.add_file 'file.rb'
 
-- 
cgit v1.2.1


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

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