aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/gf_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/gf_spec.lua')
-rw-r--r--test/functional/legacy/gf_spec.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/test/functional/legacy/gf_spec.lua b/test/functional/legacy/gf_spec.lua
index b51f671bee..4c98edf8e0 100644
--- a/test/functional/legacy/gf_spec.lua
+++ b/test/functional/legacy/gf_spec.lua
@@ -1,8 +1,10 @@
-local helpers = require('test.functional.helpers')(after_each)
-local clear = helpers.clear
-local command = helpers.command
-local eq = helpers.eq
-local pcall_err = helpers.pcall_err
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear = n.clear
+local command = n.command
+local eq = t.eq
+local pcall_err = t.pcall_err
describe('gf', function()
before_each(clear)