File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,8 @@ def test_meta_tags_for_markdown_files_paragraph
469469 top_level . comment = <<~MARKDOWN
470470 # Distributed Ruby: dRuby
471471
472- dRuby is a distributed object system for Ruby. It allows an object.
472+ dRuby is a distributed object system for Ruby. It allows an object in one
473+ Ruby process to invoke methods on an object in another Ruby process.
473474 MARKDOWN
474475
475476 @g . generate
@@ -480,7 +481,7 @@ def test_meta_tags_for_markdown_files_paragraph
480481 "<meta name=\" description\" content=\" " \
481482 "README: dRuby " \
482483 "dRuby is a distributed object system for Ruby. " \
483- "It allows an object. "
484+ "It allows an object in one Ruby process to invoke methods on an object "
484485 )
485486 end
486487
You can’t perform that action at this time.
0 commit comments