diff options
author | Tommy Allen <tommy@esdf.io> | 2016-11-12 05:59:15 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-11-12 11:59:15 +0100 |
commit | 84eed76b552405b0aef442e3eddc7f29f484b2cd (patch) | |
tree | d1ea84b629efd08037d0cee627e800548c100123 /test/functional/plugin/health_spec.lua | |
parent | 7e48c23a503bf8874533ce76404e202742ef7dac (diff) | |
download | rneovim-84eed76b552405b0aef442e3eddc7f29f484b2cd.tar.gz rneovim-84eed76b552405b0aef442e3eddc7f29f484b2cd.tar.bz2 rneovim-84eed76b552405b0aef442e3eddc7f29f484b2cd.zip |
CheckHealth: Include v:throwpoint in error message (#5575)
* health.vim: Include v:throwpoint in error message
* health/provider.vim: Check for ruby executable
* health/provider.vim: Combine subprocess stdout and stderr
* test: Updated CheckHealth test
Diffstat (limited to 'test/functional/plugin/health_spec.lua')
-rw-r--r-- | test/functional/plugin/health_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua index 5b5e5f9ace..52dc008707 100644 --- a/test/functional/plugin/health_spec.lua +++ b/test/functional/plugin/health_spec.lua @@ -68,6 +68,7 @@ describe('health.vim', function() health#broken#check ======================================================================== - ERROR: Failed to run healthcheck for "broken" plugin. Exception: + function health#check[20]..health#broken#check, line 1 caused an error ]]) end) |