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
469
469
top_level . comment = <<~MARKDOWN
470
470
# Distributed Ruby: dRuby
471
471
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.
473
474
MARKDOWN
474
475
475
476
@g . generate
@@ -480,7 +481,7 @@ def test_meta_tags_for_markdown_files_paragraph
480
481
"<meta name=\" description\" content=\" " \
481
482
"README: dRuby " \
482
483
"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 "
484
485
)
485
486
end
486
487
You can’t perform that action at this time.
0 commit comments