aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/grep_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/ex_cmds/grep_spec.lua')
-rw-r--r--test/functional/ex_cmds/grep_spec.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/ex_cmds/grep_spec.lua b/test/functional/ex_cmds/grep_spec.lua
index bf81ba2137..f7d0f43c62 100644
--- a/test/functional/ex_cmds/grep_spec.lua
+++ b/test/functional/ex_cmds/grep_spec.lua
@@ -1,6 +1,7 @@
-local helpers = require('test.functional.helpers')(after_each)
-local clear, feed_command, feed, ok, eval =
- helpers.clear, helpers.feed_command, helpers.feed, helpers.ok, helpers.eval
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear, feed_command, feed, ok, eval = n.clear, n.feed_command, n.feed, t.ok, n.eval
describe(':grep', function()
before_each(clear)