summaryrefslogtreecommitdiff
path: root/test/command_callback
diff options
context:
space:
mode:
authorFrancisco Lopes <francisco@oblita.com>2019-02-03 03:04:23 -0200
committerFrancisco Lopes <francisco@oblita.com>2019-02-03 03:09:51 -0200
commit626572a53962d47545fcc67e2045d3eb984cbef1 (patch)
treee2a59a89c5862634723ef7a4caef1640d882f497 /test/command_callback
parent4d426bf2873c6e1cd2c71e478c756903307628d3 (diff)
downloadale-626572a53962d47545fcc67e2045d3eb984cbef1.zip
linter/cypher: add cypher-lint
Diffstat (limited to 'test/command_callback')
-rw-r--r--test/command_callback/test_cypher_cypher_lint_command_callback.vader8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command_callback/test_cypher_cypher_lint_command_callback.vader b/test/command_callback/test_cypher_cypher_lint_command_callback.vader
new file mode 100644
index 00000000..461ef295
--- /dev/null
+++ b/test/command_callback/test_cypher_cypher_lint_command_callback.vader
@@ -0,0 +1,8 @@
+Before:
+ call ale#assert#SetUpLinterTest('cypher', 'cypher_lint')
+
+After:
+ call ale#assert#TearDownLinterTest()
+
+Execute(The default command and executable should be correct):
+ AssertLinter 'cypher-lint', 'cypher-lint %s'