aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/health_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-05 10:25:49 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-05 23:55:57 +0200
commit330a6713bf888b1b612a1ebebb5d95bb0b31cd53 (patch)
treea06fb188af5c808f31d808e7183cab0dbde23e64 /test/functional/plugin/health_spec.lua
parent7086751c5e4eb3cfee0b98df0d3cedc8bff47d35 (diff)
downloadrneovim-330a6713bf888b1b612a1ebebb5d95bb0b31cd53.tar.gz
rneovim-330a6713bf888b1b612a1ebebb5d95bb0b31cd53.tar.bz2
rneovim-330a6713bf888b1b612a1ebebb5d95bb0b31cd53.zip
test: Eliminate plugin/helpers.lua
Diffstat (limited to 'test/functional/plugin/health_spec.lua')
-rw-r--r--test/functional/plugin/health_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua
index f2d5e433db..3525e235de 100644
--- a/test/functional/plugin/health_spec.lua
+++ b/test/functional/plugin/health_spec.lua
@@ -1,6 +1,5 @@
local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
-local plugin_helpers = require('test.functional.plugin.helpers')
local clear = helpers.clear
local curbuf_contents = helpers.curbuf_contents
@@ -41,7 +40,7 @@ end)
describe('health.vim', function()
before_each(function()
- plugin_helpers.reset()
+ clear{args={'-u', 'NORC'}}
-- Provides functions:
-- health#broken#check()
-- health#success1#check()