mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: expand_spec: clean up fixtures
This commit is contained in:
parent
5f5f2d8945
commit
234346312e
@ -12,6 +12,13 @@ local function expected_empty()
|
||||
end
|
||||
|
||||
describe('expand file name', function()
|
||||
after_each(function()
|
||||
helpers.rmdir('Xdir1')
|
||||
helpers.rmdir('Xdir2')
|
||||
helpers.rmdir('Xdir3')
|
||||
helpers.rmdir('Xdir4')
|
||||
end)
|
||||
|
||||
before_each(function()
|
||||
clear()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user