summaryrefslogtreecommitdiff
path: root/test/linter/test_embertemplatelint.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_embertemplatelint.vader')
-rw-r--r--test/linter/test_embertemplatelint.vader12
1 files changed, 3 insertions, 9 deletions
diff --git a/test/linter/test_embertemplatelint.vader b/test/linter/test_embertemplatelint.vader
index 7cba83e2..4efb0f0a 100644
--- a/test/linter/test_embertemplatelint.vader
+++ b/test/linter/test_embertemplatelint.vader
@@ -10,14 +10,8 @@ Execute(Runs the right command for ember-template-lint >= 4.x):
AssertLinter 'ember-template-lint',
\ ale#Escape('ember-template-lint') . ' --format=json --filename %s'
-Execute(Runs the right command for ember-template-lint >= 1.6, < 4.x):
- GivenCommandOutput ['1.6.0']
-
- AssertLinter 'ember-template-lint',
- \ ale#Escape('ember-template-lint') . ' --json --filename %s'
-
-Execute(Runs the right command for ember-template-lint < 1.6):
- GivenCommandOutput ['1.5.0']
+Execute(Runs the right command for ember-template-lint < 4.x):
+ GivenCommandOutput ['3.14.0']
AssertLinter 'ember-template-lint',
- \ ale#Escape('ember-template-lint') . ' --json %t'
+ \ ale#Escape('ember-template-lint') . ' --json --filename %s'