aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-15 20:31:12 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-10-17 01:51:21 +0200
commitd214df4e9b23b5f2d9f7e6c78624881a7d298cdb (patch)
tree6817d299e5b25833cfb45d0383bdd03b474aec60 /test/functional/plugin
parent5baeb4a49c061472a125f98af798c522d8504fbe (diff)
downloadrneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.gz
rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.tar.bz2
rneovim-d214df4e9b23b5f2d9f7e6c78624881a7d298cdb.zip
doc: replace ":CheckHealth" with ":checkhealth"
Diffstat (limited to 'test/functional/plugin')
-rw-r--r--test/functional/plugin/health_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua
index a85a3ce495..a91c0b401b 100644
--- a/test/functional/plugin/health_spec.lua
+++ b/test/functional/plugin/health_spec.lua
@@ -68,7 +68,7 @@ describe('health.vim', function()
describe(":checkhealth", function()
it("concatenates multiple reports", function()
- command("CheckHealth success1 success2")
+ command("checkhealth success1 success2")
helpers.expect([[
health#success1#check
@@ -87,7 +87,7 @@ describe('health.vim', function()
end)
it("gracefully handles broken healthcheck", function()
- command("CheckHealth broken")
+ command("checkhealth broken")
helpers.expect([[
health#broken#check
@@ -111,7 +111,7 @@ describe('health.vim', function()
Bar = { foreground=Screen.colors.Purple },
Bullet = { bold=true, foreground=Screen.colors.Brown },
})
- command("CheckHealth foo success1")
+ command("checkhealth foo success1")
command("1tabclose")
command("set laststatus=0")
screen:expect([[
@@ -129,7 +129,7 @@ describe('health.vim', function()
end)
it("gracefully handles invalid healthcheck", function()
- command("CheckHealth non_existent_healthcheck")
+ command("checkhealth non_existent_healthcheck")
helpers.expect([[
health#non_existent_healthcheck#check