aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/fixeol_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/fixeol_spec.lua')
-rw-r--r--test/functional/legacy/fixeol_spec.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/legacy/fixeol_spec.lua b/test/functional/legacy/fixeol_spec.lua
index 01b87ac9a0..21f0b9f001 100644
--- a/test/functional/legacy/fixeol_spec.lua
+++ b/test/functional/legacy/fixeol_spec.lua
@@ -1,8 +1,9 @@
-- Tests for 'fixeol'
-local helpers = require('test.functional.helpers')(after_each)
-local feed = helpers.feed
-local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers.expect
+local n = require('test.functional.testnvim')()
+
+local feed = n.feed
+local clear, feed_command, expect = n.clear, n.feed_command, n.expect
describe('fixeol', function()
local function rmtestfiles()