We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ab715 commit 6cdb643Copy full SHA for 6cdb643
test/ex_doc/formatter/markdown_test.exs
@@ -22,7 +22,7 @@ defmodule ExDoc.Formatter.MarkdownTest do
22
ExDoc.generate_docs(config[:project], config[:version], config)
23
end
24
25
- test "generates markdown files in the default directory", %{tmp_dir: tmp_dir} = context do
+ test "generates Markdown files in the default directory", %{tmp_dir: tmp_dir} = context do
26
generate_docs(doc_config(context))
27
assert File.regular?(tmp_dir <> "/markdown/index.md")
28
assert File.regular?(tmp_dir <> "/markdown/CompiledWithDocs.md")
0 commit comments