diff options
| author | ZyX <kp-pav@yandex.ru> | 2017-05-12 20:47:33 +0300 | 
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2017-05-13 03:06:50 +0300 | 
| commit | 19d38c4d0f98004e8b2c39821f9bee8ca7e2f5d2 (patch) | |
| tree | 25cec426402655318116eea44967a4ed83b43e12 /test/functional/provider/ruby_spec.lua | |
| parent | 50398e10fef8462a56266f2cedffd34d1b59d9bb (diff) | |
| download | rneovim-19d38c4d0f98004e8b2c39821f9bee8ca7e2f5d2.tar.gz rneovim-19d38c4d0f98004e8b2c39821f9bee8ca7e2f5d2.tar.bz2 rneovim-19d38c4d0f98004e8b2c39821f9bee8ca7e2f5d2.zip  | |
functests: Replace check_provider -> missing_provider with err report
Diffstat (limited to 'test/functional/provider/ruby_spec.lua')
| -rw-r--r-- | test/functional/provider/ruby_spec.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/provider/ruby_spec.lua b/test/functional/provider/ruby_spec.lua index 4e8eba494a..9f5ef3b3fc 100644 --- a/test/functional/provider/ruby_spec.lua +++ b/test/functional/provider/ruby_spec.lua @@ -10,11 +10,11 @@ local expect = helpers.expect  local command = helpers.command  local write_file = helpers.write_file  local curbufmeths = helpers.curbufmeths -local check_provider = helpers.check_provider +local missing_provider = helpers.missing_provider  do    clear() -  if not check_provider('ruby') then +  if missing_provider('ruby') then      pending(        "Cannot find the neovim RubyGem. Try :CheckHealth",        function() end)  | 
