summaryrefslogtreecommitdiff
path: root/test/test_alelint_autocmd.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_alelint_autocmd.vader')
-rw-r--r--test/test_alelint_autocmd.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_alelint_autocmd.vader b/test/test_alelint_autocmd.vader
index a08ac00e..86772b61 100644
--- a/test/test_alelint_autocmd.vader
+++ b/test/test_alelint_autocmd.vader
@@ -8,10 +8,10 @@ Before:
After:
augroup! VaderTest
-Given vim (Vimscript):
+Given vim (Some vimscript):
set nocompatible
-Execute (Run ALE):
+Execute (Lint it):
call ale#Lint()
call ale#engine#WaitForJobs(2000)
-Then (Autocommand should have run):
+Then (Autocommands should have run):
AssertEqual g:success, 1