diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-25 15:28:34 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-10-25 15:55:29 +0200 |
commit | c853fd6fab212688c71d66c869e48401ac155973 (patch) | |
tree | d00a355f108f0ba1d972cc13a0bb5ca445a05b8f /test | |
parent | 714ec09c6d83295ef70becbbaf1c620761cbdac6 (diff) | |
download | rneovim-c853fd6fab212688c71d66c869e48401ac155973.tar.gz rneovim-c853fd6fab212688c71d66c869e48401ac155973.tar.bz2 rneovim-c853fd6fab212688c71d66c869e48401ac155973.zip |
CheckHealth: more checks
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/plugin/health_spec.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/functional/plugin/health_spec.lua b/test/functional/plugin/health_spec.lua index 4bcaab009f..5b5e5f9ace 100644 --- a/test/functional/plugin/health_spec.lua +++ b/test/functional/plugin/health_spec.lua @@ -47,7 +47,7 @@ describe('health.vim', function() helpers.expect([[ health#success1#check - ================================================================================ + ======================================================================== ## report 1 - SUCCESS: everything is fine @@ -55,7 +55,7 @@ describe('health.vim', function() - SUCCESS: nothing to see here health#success2#check - ================================================================================ + ======================================================================== ## another 1 - SUCCESS: ok ]]) @@ -66,7 +66,7 @@ describe('health.vim', function() helpers.expect([[ health#broken#check - ================================================================================ + ======================================================================== - ERROR: Failed to run healthcheck for "broken" plugin. Exception: caused an error ]]) @@ -77,7 +77,7 @@ describe('health.vim', function() helpers.expect([[ health#non_existent_healthcheck#check - ================================================================================ + ======================================================================== - ERROR: No healthcheck found for "non_existent_healthcheck" plugin. ]]) end) |