Skip to content

Commit 20da0da

Browse files
authored
Fix typo in test name (#1355)
1 parent 5e72d0f commit 20da0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rdoc/test_rdoc_generator_darkfish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def test_meta_tags_for_rdoc_files
449449
)
450450
end
451451

452-
def test_meta_tags_for_markdwon_files_paragraph
452+
def test_meta_tags_for_markdown_files_paragraph
453453
top_level = @store.add_file("README.md", parser: RDoc::Parser::Simple)
454454
top_level.comment = <<~MARKDOWN
455455
# Distributed Ruby: dRuby

0 commit comments

Comments
 (0)