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

ruby-changes:67638

From: Hiroshi <ko1@a...>
Date: Mon, 6 Sep 2021 21:20:03 +0900 (JST)
Subject: [ruby-changes:67638] afd7d1672f (master): Removed obsoleted comment

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

From afd7d1672f199f305f3cf9c7049ae83f5396c53b Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 6 Sep 2021 19:36:04 +0900
Subject: Removed obsoleted comment

---
 test/rdoc/test_rdoc_generator_json_index.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/rdoc/test_rdoc_generator_json_index.rb b/test/rdoc/test_rdoc_generator_json_index.rb
index 66d15d1..6b69337 100644
--- a/test/rdoc/test_rdoc_generator_json_index.rb
+++ b/test/rdoc/test_rdoc_generator_json_index.rb
@@ -104,7 +104,7 @@ class TestRDocGeneratorJsonIndex < RDoc::TestCase https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_generator_json_index.rb#L104
     orig_file = Pathname(File.join srcdir, 'generator/template/json_index/js/navigation.js')
     generated_file = Pathname(File.join @tmpdir, 'js/navigation.js')
 
-    # This is dirty hack on JRuby for MiniTest 4
+    # This is dirty hack on JRuby
     assert orig_file.mtime.inspect == generated_file.mtime.inspect,
       '.js files should be the same timestamp of original'
 
-- 
cgit v1.1


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

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