summaryrefslogtreecommitdiff
path: root/test/command_callback/test_terraform_terraform_command_callback.vader
blob: fabd902df6ba2a897957212531ea9fd8edad0900 (plain)
1
2
3
4
5
6
7
8
9
" Based upon :help ale-development
Before:
  call ale#assert#SetUpLinterTest('terraform', 'terraform')

After:
  call ale#assert#TearDownLinterTest()

Execute(The default command should be correct):
  AssertLinter 'terraform', ale#Escape('terraform') . ' fmt -no-color --check=true -'