mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Use before_each instead of setup in the test.
This commit is contained in:
parent
cabf079ae4
commit
696adeb0f6
@ -5,7 +5,7 @@ local feed, insert, source = helpers.feed, helpers.insert, helpers.source
|
||||
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
|
||||
|
||||
describe('search_mbyte', function()
|
||||
setup(clear)
|
||||
before_each(clear)
|
||||
|
||||
it('is working', function()
|
||||
insert([=[
|
||||
|
Loading…
Reference in New Issue
Block a user