aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-03-28 12:03:13 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-03-28 12:04:14 -0300
commit9d02e5b984bb540567766941cff4d03f0b6e1837 (patch)
treea87334eacb9e2a0b8e515fb9d071b7402c69446e
parentd06b4933ede420a294a9e2009b47eac0b89866e8 (diff)
downloadrneovim-9d02e5b984bb540567766941cff4d03f0b6e1837.tar.gz
rneovim-9d02e5b984bb540567766941cff4d03f0b6e1837.tar.bz2
rneovim-9d02e5b984bb540567766941cff4d03f0b6e1837.zip
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
-rw-r--r--test/functional/ex_cmds/sign_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ex_cmds/sign_spec.lua b/test/functional/ex_cmds/sign_spec.lua
index 74e1aa4702..be213cd0d9 100644
--- a/test/functional/ex_cmds/sign_spec.lua
+++ b/test/functional/ex_cmds/sign_spec.lua
@@ -4,6 +4,7 @@ local clear, nvim, buffer, curbuf, curwin, eq, ok =
helpers.eq, helpers.ok
describe('sign', function()
+ before_each(clear)
describe('unplace {id}', function()
describe('without specifying buffer', function()
it('deletes the sign from all buffers', function()