aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/man_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-05 10:17:37 +0200
committerGitHub <noreply@github.com>2019-08-05 10:17:37 +0200
commit51440204e7973672f906db8e53035cfd228ce444 (patch)
tree6c69695a8822cb42c4d5f1ff1cf23b440d9455ff /test/functional/plugin/man_spec.lua
parent6871445dfe80939df81517870f0b29a2b40dd9d9 (diff)
parentd4a0b6c4e1d78f19bf5879b113c5252d5a4f2e5c (diff)
downloadrneovim-51440204e7973672f906db8e53035cfd228ce444.tar.gz
rneovim-51440204e7973672f906db8e53035cfd228ce444.tar.bz2
rneovim-51440204e7973672f906db8e53035cfd228ce444.zip
Merge #10695 from justinmk/test-fixes
test: various fixes
Diffstat (limited to 'test/functional/plugin/man_spec.lua')
-rw-r--r--test/functional/plugin/man_spec.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/plugin/man_spec.lua b/test/functional/plugin/man_spec.lua
index b25bd7e85a..d95995797e 100644
--- a/test/functional/plugin/man_spec.lua
+++ b/test/functional/plugin/man_spec.lua
@@ -1,5 +1,4 @@
local helpers = require('test.functional.helpers')(after_each)
-local plugin_helpers = require('test.functional.plugin.helpers')
local Screen = require('test.functional.ui.screen')
local command, eval, rawfeed = helpers.command, helpers.eval, helpers.rawfeed
local clear = helpers.clear
@@ -9,7 +8,6 @@ describe(':Man', function()
local screen
before_each(function()
- plugin_helpers.reset()
clear()
command('syntax on')
command('set filetype=man')