File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -454,8 +454,7 @@ def test_meta_tags_for_markdwon_files_paragraph
454454 top_level . comment = <<~MARKDOWN
455455 # Distributed Ruby: dRuby
456456
457- dRuby is a distributed object system for Ruby. It allows an object in one
458- Ruby process to invoke methods on an object in another Ruby process.
457+ dRuby is a distributed object system for Ruby. It allows an object.
459458 MARKDOWN
460459
461460 @g . generate
@@ -466,7 +465,7 @@ def test_meta_tags_for_markdwon_files_paragraph
466465 "<meta name=\" description\" content=\" " \
467466 "README: dRuby " \
468467 "dRuby is a distributed object system for Ruby. " \
469- "It allows an object in one Ruby process to invoke methods on an object "
468+ "It allows an object. "
470469 )
471470 end
472471
You can’t perform that action at this time.
0 commit comments