mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
test: expand_spec: clean up fixtures
This commit is contained in:
@@ -12,6 +12,13 @@ local function expected_empty()
|
|||||||
end
|
end
|
||||||
|
|
||||||
describe('expand file name', function()
|
describe('expand file name', function()
|
||||||
|
after_each(function()
|
||||||
|
helpers.rmdir('Xdir1')
|
||||||
|
helpers.rmdir('Xdir2')
|
||||||
|
helpers.rmdir('Xdir3')
|
||||||
|
helpers.rmdir('Xdir4')
|
||||||
|
end)
|
||||||
|
|
||||||
before_each(function()
|
before_each(function()
|
||||||
clear()
|
clear()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user