mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test: expand_spec: clean up fixtures
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user