Test for bundle paths with spaces again

This commit is contained in:
w0rp 2018-09-14 13:26:29 +01:00
parent 5c86ffd321
commit b01470cbbc
No known key found for this signature in database
GPG key ID: 0FC1ECAA8C81CD83

View file

@ -28,9 +28,9 @@ Execute(Should be able to set a custom executable):
\ . b:suffix
Execute(Setting bundle appends 'exec rails_best_practices'):
let g:ale_ruby_rails_best_practices_executable = 'bundle'
let g:ale_ruby_rails_best_practices_executable = 'path to/bundle'
AssertLinter 'bundle', ale#Escape('bundle')
AssertLinter 'path to/bundle', ale#Escape('path to/bundle')
\ . ' exec rails_best_practices'
\ . ' ' . b:args
\ . ' ' . ale#Escape(b:app_path)