diff options
Diffstat (limited to 'test/linter/test_cypher_cypher_lint.vader')
-rw-r--r-- | test/linter/test_cypher_cypher_lint.vader | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/linter/test_cypher_cypher_lint.vader b/test/linter/test_cypher_cypher_lint.vader new file mode 100644 index 00000000..6b64dc1f --- /dev/null +++ b/test/linter/test_cypher_cypher_lint.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' |