diff options
Diffstat (limited to 'test/functional/legacy/018_unset_smart_indenting_spec.lua')
-rw-r--r-- | test/functional/legacy/018_unset_smart_indenting_spec.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/functional/legacy/018_unset_smart_indenting_spec.lua b/test/functional/legacy/018_unset_smart_indenting_spec.lua index 94fbb283f4..b4745f0937 100644 --- a/test/functional/legacy/018_unset_smart_indenting_spec.lua +++ b/test/functional/legacy/018_unset_smart_indenting_spec.lua @@ -1,12 +1,12 @@ -- Tests for not doing smart indenting when it isn't set. -local helpers = require('test.functional.helpers')(after_each) +local t = require('test.functional.testutil')(after_each) -local feed = helpers.feed -local clear = helpers.clear -local insert = helpers.insert -local expect = helpers.expect -local feed_command = helpers.feed_command +local feed = t.feed +local clear = t.clear +local insert = t.insert +local expect = t.expect +local feed_command = t.feed_command describe('unset smart indenting', function() before_each(clear) |