summaryrefslogtreecommitdiff
path: root/test/linter/test_fsc.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_fsc.vader')
-rw-r--r--test/linter/test_fsc.vader13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/linter/test_fsc.vader b/test/linter/test_fsc.vader
new file mode 100644
index 00000000..278e7c16
--- /dev/null
+++ b/test/linter/test_fsc.vader
@@ -0,0 +1,13 @@
+Before:
+ call ale#assert#SetUpLinterTest('scala', 'fsc')
+
+After:
+ call ale#assert#TearDownLinterTest()
+
+Given scala(An empty Scala file):
+Execute(The default executable and command should be correct):
+ AssertLinter 'fsc', ale#Escape('fsc') . ' -Ystop-after:parser %t'
+
+Given scala.sbt(An empty SBT file):
+Execute(fsc should not be run for sbt files):
+ AssertLinterNotExecuted