summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-06 19:36:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-09-06 19:36:04 +0900
commitafd7d1672f199f305f3cf9c7049ae83f5396c53b (patch)
tree8db2c28f564a830cb30a56cdadaeda9c954385ff
parentecfbf1df33a1e90008baa131369c80cfa6282692 (diff)
Removed obsoleted comment
-rw-r--r--test/rdoc/test_rdoc_generator_json_index.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_generator_json_index.rb b/test/rdoc/test_rdoc_generator_json_index.rb
index 66d15d1848..6b69337b45 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
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'