Skip to content

Commit

Permalink
Fix a typo in a assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 30, 2019
1 parent f43b131 commit a9a19b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rdoc_generator_json_index.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_generate

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

Expand Down

0 comments on commit a9a19b0

Please sign in to comment.