Test for bundle paths with spaces again
This commit is contained in:
parent
5c86ffd321
commit
b01470cbbc
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue