summaryrefslogtreecommitdiff
path: root/test/command_callback/test_embertemplatelint_command_callbacks.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_embertemplatelint_command_callbacks.vader')
-rw-r--r--test/command_callback/test_embertemplatelint_command_callbacks.vader17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/command_callback/test_embertemplatelint_command_callbacks.vader b/test/command_callback/test_embertemplatelint_command_callbacks.vader
deleted file mode 100644
index 97687d29..00000000
--- a/test/command_callback/test_embertemplatelint_command_callbacks.vader
+++ /dev/null
@@ -1,17 +0,0 @@
-Before:
- call ale#assert#SetUpLinterTest('handlebars', 'embertemplatelint')
-
- GivenCommandOutput ['1.6.0']
-
-After:
- call ale#assert#TearDownLinterTest()
-
-Execute(ember-template-lint executables runs the right command):
- AssertLinter 'ember-template-lint',
- \ ale#Escape('ember-template-lint') . ' --json --filename %s'
-
-Execute(old ember-template-lint executables runs the right command):
- GivenCommandOutput []
-
- AssertLinter 'ember-template-lint',
- \ ale#Escape('ember-template-lint') . ' --json %t'