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

ruby-changes:67631

From: Hiroshi <ko1@a...>
Date: Mon, 6 Sep 2021 13:11:46 +0900 (JST)
Subject: [ruby-changes:67631] 13dd07e397 (master): Removed redundant tests

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

From 13dd07e3972fb41c8c834a46e29d34976f478fbc Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 6 Sep 2021 11:54:29 +0900
Subject: Removed redundant tests

---
 test/rdoc/test_rdoc_generator_darkfish.rb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/test/rdoc/test_rdoc_generator_darkfish.rb b/test/rdoc/test_rdoc_generator_darkfish.rb
index 0f863ae..15aba0b 100644
--- a/test/rdoc/test_rdoc_generator_darkfish.rb
+++ b/test/rdoc/test_rdoc_generator_darkfish.rb
@@ -143,10 +143,6 @@ class TestRDocGeneratorDarkfish < RDoc::TestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_generator_darkfish.rb#L143
 
     assert_file dst
     assert_hard_link dst
-
-    @g.install_rdoc_static_file src, dst, options
-
-    assert_hard_link dst
   end
 
   def test_install_rdoc_static_file_missing
-- 
cgit v1.1


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

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