summaryrefslogtreecommitdiff
path: root/test/linter/test_haskell_stack_build.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_haskell_stack_build.vader')
-rw-r--r--test/linter/test_haskell_stack_build.vader13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/linter/test_haskell_stack_build.vader b/test/linter/test_haskell_stack_build.vader
new file mode 100644
index 00000000..8b5b0971
--- /dev/null
+++ b/test/linter/test_haskell_stack_build.vader
@@ -0,0 +1,13 @@
+Before:
+ call ale#assert#SetUpLinterTest('haskell', 'stack_build')
+
+After:
+ call ale#assert#TearDownLinterTest()
+
+Execute(The linter should not be executed when there's no stack.yaml file):
+ AssertLinterNotExecuted
+
+Execute(The linter should be executed when there is a stack.yaml file):
+ call ale#test#SetFilename('../test-files/stack/test.hs')
+
+ AssertLinter 'stack', 'stack build --fast'