aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/lispwords_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/lispwords_spec.lua')
-rw-r--r--test/functional/legacy/lispwords_spec.lua14
1 files changed, 8 insertions, 6 deletions
diff --git a/test/functional/legacy/lispwords_spec.lua b/test/functional/legacy/lispwords_spec.lua
index efac8775d3..b0130320ed 100644
--- a/test/functional/legacy/lispwords_spec.lua
+++ b/test/functional/legacy/lispwords_spec.lua
@@ -1,9 +1,11 @@
-local helpers = require('test.functional.helpers')(after_each)
-local clear = helpers.clear
-local eq = helpers.eq
-local eval = helpers.eval
-local command = helpers.command
-local source = helpers.source
+local t = require('test.testutil')
+local n = require('test.functional.testnvim')()
+
+local clear = n.clear
+local eq = t.eq
+local eval = n.eval
+local command = n.command
+local source = n.source
describe('lispwords', function()
before_each(clear)