mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test: system_spec: remove redundant clear()
This commit is contained in:
parent
809fff94e6
commit
a316258d2c
@ -124,7 +124,6 @@ describe('system()', function()
|
|||||||
local screen
|
local screen
|
||||||
|
|
||||||
before_each(function()
|
before_each(function()
|
||||||
clear()
|
|
||||||
screen = Screen.new()
|
screen = Screen.new()
|
||||||
screen:attach()
|
screen:attach()
|
||||||
end)
|
end)
|
||||||
@ -428,13 +427,12 @@ describe('systemlist()', function()
|
|||||||
local screen
|
local screen
|
||||||
|
|
||||||
before_each(function()
|
before_each(function()
|
||||||
clear()
|
screen = Screen.new()
|
||||||
screen = Screen.new()
|
screen:attach()
|
||||||
screen:attach()
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
after_each(function()
|
after_each(function()
|
||||||
screen:detach()
|
screen:detach()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('`echo` and waits for its return', function()
|
it('`echo` and waits for its return', function()
|
||||||
|
Loading…
Reference in New Issue
Block a user