Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions test/rdoc/rdoc_generator_darkfish_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,8 @@ def test_meta_tags_for_markdown_files_paragraph
top_level.comment = <<~MARKDOWN
# Distributed Ruby: dRuby

dRuby is a distributed object system for Ruby. It allows an object.
dRuby is a distributed object system for Ruby. It allows an object in one
Ruby process to invoke methods on an object in another Ruby process.
MARKDOWN

@g.generate
Expand All @@ -480,7 +481,7 @@ def test_meta_tags_for_markdown_files_paragraph
"<meta name=\"description\" content=\"" \
"README: dRuby " \
"dRuby is a distributed object system for Ruby. " \
"It allows an object."
"It allows an object in one Ruby process to invoke methods on an object"
)
end

Expand Down
Loading