Skip to content

Commit 5027f85

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/rdoc/test_rdoc_generator_darkfish.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,6 @@ def test_meta_tags_for_markdwon_files_paragraph
455455
# Distributed Ruby: dRuby
456456
457457
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.
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 in one"
470469
)
471470
end
472471

0 commit comments

Comments
 (0)