diff options
Diffstat (limited to 'test/functional/autocmd/tabnewentered_spec.lua')
-rw-r--r-- | test/functional/autocmd/tabnewentered_spec.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/functional/autocmd/tabnewentered_spec.lua b/test/functional/autocmd/tabnewentered_spec.lua index b888845e3b..52f8eb8706 100644 --- a/test/functional/autocmd/tabnewentered_spec.lua +++ b/test/functional/autocmd/tabnewentered_spec.lua @@ -1,13 +1,13 @@ -local helpers = require('test.functional.helpers')(after_each) - -local clear = helpers.clear -local command = helpers.command -local dedent = helpers.dedent -local eval = helpers.eval -local eq = helpers.eq -local feed = helpers.feed -local api = helpers.api -local exec_capture = helpers.exec_capture +local t = require('test.functional.testutil')(after_each) + +local clear = t.clear +local command = t.command +local dedent = t.dedent +local eval = t.eval +local eq = t.eq +local feed = t.feed +local api = t.api +local exec_capture = t.exec_capture describe('TabNewEntered', function() describe('au TabNewEntered', function() |