Skip to content

Commit fd4eab3

Browse files
committed
Revert "Shorten the description text to get rid of JRuby exception"
This reverts commit 0ed8f01. No longer this workaround seems needed (jruby/jruby#8682).
1 parent 6639fe1 commit fd4eab3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/rdoc/rdoc_generator_darkfish_test.rb

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

0 commit comments

Comments
 (0)