зеркало из https://github.com/github/ruby.git
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:
Родитель
031e2f1285
Коммит
413b127376
|
@ -106,7 +106,7 @@ class TestRDocGeneratorJsonIndex < RDoc::TestCase
|
||||||
|
|
||||||
# This is dirty hack on JRuby for MiniTest 4
|
# This is dirty hack on JRuby for MiniTest 4
|
||||||
assert orig_file.mtime.inspect == generated_file.mtime.inspect,
|
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'
|
json = File.read 'js/search_index.js'
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче