ruby-changes:55178
From: nobu <ko1@a...>
Date: Sat, 30 Mar 2019 21:35:18 +0900 (JST)
Subject: [ruby-changes:55178] nobu:r67385 (trunk): Fix a typo in an assertion message
nobu 2019-03-30 21:35:13 +0900 (Sat, 30 Mar 2019) New Revision: 67385 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67385 Log: Fix a typo in an assertion message Modified files: trunk/test/rdoc/test_rdoc_generator_json_index.rb Index: test/rdoc/test_rdoc_generator_json_index.rb =================================================================== --- test/rdoc/test_rdoc_generator_json_index.rb (revision 67384) +++ test/rdoc/test_rdoc_generator_json_index.rb (revision 67385) @@ -106,7 +106,7 @@ class TestRDocGeneratorJsonIndex < RDoc: https://github.com/ruby/ruby/blob/trunk/test/rdoc/test_rdoc_generator_json_index.rb#L106 # This is dirty hack on JRuby for MiniTest 4 assert orig_file.mtime.inspect == generated_file.mtime.inspect, - '.js files should be tha same timestamp of original' + '.js files should be the same timestamp of original' json = File.read 'js/search_index.js' -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/