diff options
Diffstat (limited to 'test/linter/test_haml_hamllint.vader')
-rw-r--r-- | test/linter/test_haml_hamllint.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/linter/test_haml_hamllint.vader b/test/linter/test_haml_hamllint.vader index 9d81179b..1f5e2fa4 100644 --- a/test/linter/test_haml_hamllint.vader +++ b/test/linter/test_haml_hamllint.vader @@ -38,4 +38,6 @@ Execute(The command should include a .rubocop.yml and a .haml-lint if both are f Execute(The executable can be overridden): let b:ale_haml_hamllint_executable = 'bin/haml-lint' + call ale#test#SetFilename('../test-files/dummy') + AssertLinter 'bin/haml-lint', 'bin/haml-lint %t' |