diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2017-10-19 00:28:37 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:10:43 -0500 |
commit | 3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0 (patch) | |
tree | c5c6cd3763871b1695fa7c22e4c16253c6f50d4a | |
parent | e55de56a99ac74d30665af6ab400e759ed8b3b40 (diff) | |
download | rneovim-3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0.tar.gz rneovim-3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0.tar.bz2 rneovim-3c0cc9c2fb3b4982bf39ded27fa3bdd454cb9af0.zip |
win: enable legacy/wordcount_spec.lua
-rw-r--r-- | test/functional/legacy/wordcount_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/legacy/wordcount_spec.lua b/test/functional/legacy/wordcount_spec.lua index 5412903866..0c8bd2cdcc 100644 --- a/test/functional/legacy/wordcount_spec.lua +++ b/test/functional/legacy/wordcount_spec.lua @@ -6,8 +6,6 @@ local clear, command = helpers.clear, helpers.command local eq, eval = helpers.eq, helpers.eval local wait = helpers.wait -if helpers.pending_win32(pending) then return end - describe('wordcount', function() before_each(clear) |