aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillTheMule <github@pipsfrank.de>2016-07-29 11:52:23 +0200
committerJustin M. Keyes <justinkz@gmail.com>2016-07-29 08:58:27 -0400
commitbd8ef4ea24080e9307e0299a16caf205384792d8 (patch)
tree28708507ee1d9b3915843ccad78b4a0377d1bc0e
parentc168dc32b905c9de3e07f0b53dc84b28189f4dcd (diff)
downloadrneovim-bd8ef4ea24080e9307e0299a16caf205384792d8.tar.gz
rneovim-bd8ef4ea24080e9307e0299a16caf205384792d8.tar.bz2
rneovim-bd8ef4ea24080e9307e0299a16caf205384792d8.zip
test: fix
-rw-r--r--test/functional/legacy/030_fileformats_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/030_fileformats_spec.lua b/test/functional/legacy/030_fileformats_spec.lua
index 31b051a58d..9bc62a375e 100644
--- a/test/functional/legacy/030_fileformats_spec.lua
+++ b/test/functional/legacy/030_fileformats_spec.lua
@@ -1,6 +1,6 @@
-- Test for a lot of variations of the 'fileformats' option
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local feed, clear, execute = helpers.feed, helpers.clear, helpers.execute
local eq, write_file = helpers.eq, helpers.write_file