summaryrefslogtreecommitdiff
path: root/test/command_callback/test_markdown_markdownlint_command_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_markdown_markdownlint_command_callback.vader')
-rw-r--r--test/command_callback/test_markdown_markdownlint_command_callback.vader13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/command_callback/test_markdown_markdownlint_command_callback.vader b/test/command_callback/test_markdown_markdownlint_command_callback.vader
deleted file mode 100644
index 12766cfd..00000000
--- a/test/command_callback/test_markdown_markdownlint_command_callback.vader
+++ /dev/null
@@ -1,13 +0,0 @@
-Before:
- call ale#assert#SetUpLinterTest('markdown', 'markdownlint')
-
-After:
- call ale#assert#TearDownLinterTest()
-
-Execute(The default command should be correct):
- AssertLinter 'markdownlint', ale#Escape('markdownlint') . ' %s'
-
-Execute(The options should be configurable):
- let g:ale_markdown_markdownlint_options = '--config ~/custom/.markdownlintrc'
-
- AssertLinter 'markdownlint', ale#Escape('markdownlint') . ' --config ~/custom/.markdownlintrc %s'