diff options
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 758b294d52..7b0e17688d 100644 --- a/test/functional/provider/ruby_spec.lua +++ b/test/functional/provider/ruby_spec.lua @@ -18,8 +18,8 @@ do if prog == '' then pending( - "Couldn't find the neovim RubyGem. Install it with `gem install neovim`.", - function() end) + "Cannot find the neovim RubyGem. Try :CheckHealth", + function() end) return end end |