Clean up some test filenames and extraneous code

This commit is contained in:
Bjorn Neergaard
2016-10-22 08:48:04 -05:00
parent 89d8f2a0bc
commit dc99282f79
3 changed files with 4 additions and 20 deletions
+3 -3
View File
@@ -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