This commit is contained in:
Hiroshi SHIBATA 2021-09-06 19:36:04 +09:00
Родитель ecfbf1df33
Коммит afd7d1672f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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'