diff options
author | w0rp <devw0rp@gmail.com> | 2017-05-27 23:51:27 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-05-27 23:51:27 +0100 |
commit | c17346d40288de884622435456e01c5de868d6f5 (patch) | |
tree | f564d4dffc86f0b9095fa9e64d4403c45ced2e3b /test/test_linting_blacklist.vader | |
parent | aca5a00fb7b00655685a4306f1517d4e0f9126ee (diff) | |
download | ale-c17346d40288de884622435456e01c5de868d6f5.zip |
Fix ALEInfo and some test issues
Diffstat (limited to 'test/test_linting_blacklist.vader')
-rw-r--r-- | test/test_linting_blacklist.vader | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test_linting_blacklist.vader b/test/test_linting_blacklist.vader index 918209d5..9960264d 100644 --- a/test/test_linting_blacklist.vader +++ b/test/test_linting_blacklist.vader @@ -1,9 +1,12 @@ -Given unite (A Unite.vim file): - anything +Before: + let g:ale_buffer_info = {} After: let g:ale_buffer_info = {} +Given unite (A Unite.vim file): + anything + Execute(Running ALE on a blacklisted file shouldn't change anything): call ale#Lint() call ale#engine#WaitForJobs(2000) |