diff options
Diffstat (limited to 'test/functional/legacy/100_lispwords_spec.lua')
-rw-r--r-- | test/functional/legacy/100_lispwords_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/legacy/100_lispwords_spec.lua b/test/functional/legacy/100_lispwords_spec.lua index ba2d485280..739a02f0b3 100644 --- a/test/functional/legacy/100_lispwords_spec.lua +++ b/test/functional/legacy/100_lispwords_spec.lua @@ -4,10 +4,10 @@ local helpers = require('test.functional.helpers') local source = helpers.source local clear, expect = helpers.clear, helpers.expect -describe('undolevel', function() +describe('lispwords', function() setup(clear) - it('is working', function() + it('global-local', function() source([[ setglobal lispwords=foo,bar,baz setlocal lispwords-=foo |