mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: Add missing before_each
call to sign_spec.lua
Without this the test will inherit the previous test environment, causing random failures. Close #2243
This commit is contained in:
parent
d06b4933ed
commit
9d02e5b984
@ -4,6 +4,7 @@ local clear, nvim, buffer, curbuf, curwin, eq, ok =
|
|||||||
helpers.eq, helpers.ok
|
helpers.eq, helpers.ok
|
||||||
|
|
||||||
describe('sign', function()
|
describe('sign', function()
|
||||||
|
before_each(clear)
|
||||||
describe('unplace {id}', function()
|
describe('unplace {id}', function()
|
||||||
describe('without specifying buffer', function()
|
describe('without specifying buffer', function()
|
||||||
it('deletes the sign from all buffers', function()
|
it('deletes the sign from all buffers', function()
|
||||||
|
Loading…
Reference in New Issue
Block a user