Skip to content

Commit 0ed8f01

Browse files
committed
Shorten the description text to get rid of JRuby exception
1 parent eb3a5ba commit 0ed8f01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/rdoc/test_rdoc_generator_darkfish.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)