add tests for ale_shell option

This commit is contained in:
Holden
2018-12-28 11:58:55 -05:00
parent 57a04701c3
commit c499825a0b
4 changed files with 11 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ Before:
augroup END
if !has('win32')
let &shell = '/bin/bash'
let g:ale_shell = '/bin/bash'
endif
call ale#test#SetDirectory('/testplugin/test')