mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo in an assertion message
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
031e2f1285
commit
413b127376
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class TestRDocGeneratorJsonIndex < RDoc::TestCase
|
|||
|
||||
# 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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue