summaryrefslogtreecommitdiff
path: root/test/command_callback/test_bashate_command_callback.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_bashate_command_callback.vader')
-rw-r--r--test/command_callback/test_bashate_command_callback.vader15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/command_callback/test_bashate_command_callback.vader b/test/command_callback/test_bashate_command_callback.vader
deleted file mode 100644
index 714cf690..00000000
--- a/test/command_callback/test_bashate_command_callback.vader
+++ /dev/null
@@ -1,15 +0,0 @@
-Before:
- call ale#assert#SetUpLinterTest('sh', 'bashate')
- call ale#test#SetFilename('test.sh')
-
-After:
- call ale#assert#TearDownLinterTest()
-
-Execute(The default bashate command should be correct):
- AssertLinter 'bashate', ale#Escape('bashate') . ' %t'
-
-Execute(The bashate command should accept options):
- let b:ale_sh_bashate_options = '-i E310 --max-line-length 100'
-
- AssertLinter 'bashate',
- \ ale#Escape('bashate') . ' -i E310 --max-line-length 100 %t'