mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 22:39:08 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -116,7 +116,7 @@ describe('rubyeval()', function()
|
||||
end)
|
||||
|
||||
it('returns nil for empty strings', function()
|
||||
eq(helpers.NIL, funcs.rubyeval(''))
|
||||
eq(vim.NIL, funcs.rubyeval(''))
|
||||
end)
|
||||
|
||||
it('errors out when given non-string', function()
|
||||
|
||||
Reference in New Issue
Block a user