aboutsummaryrefslogtreecommitdiff
path: root/test/functional/provider/ruby_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-12-17 15:53:11 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-12-17 16:09:18 +0100
commit103ff26c0ae76491c73a6c078b52f2e56af16fb8 (patch)
tree5b3f15b2d43a3a7caae0fdd6c3e581d6712ad2ee /test/functional/provider/ruby_spec.lua
parente0054fef7d351b0f8af3a04bb22d6e6ee8bae63f (diff)
downloadrneovim-103ff26c0ae76491c73a6c078b52f2e56af16fb8.tar.gz
rneovim-103ff26c0ae76491c73a6c078b52f2e56af16fb8.tar.bz2
rneovim-103ff26c0ae76491c73a6c078b52f2e56af16fb8.zip
provider/nodejs: check version in Detect()
Diffstat (limited to 'test/functional/provider/ruby_spec.lua')
-rw-r--r--test/functional/provider/ruby_spec.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/functional/provider/ruby_spec.lua b/test/functional/provider/ruby_spec.lua
index c70f90da1c..a2c6c6a10e 100644
--- a/test/functional/provider/ruby_spec.lua
+++ b/test/functional/provider/ruby_spec.lua
@@ -15,9 +15,7 @@ local missing_provider = helpers.missing_provider
do
clear()
if missing_provider('ruby') then
- pending(
- "Cannot find the neovim RubyGem. Try :checkhealth",
- function() end)
+ pending("Missing neovim RubyGem.", function() end)
return
end
end