From 4968c6bb18abedfd90594c011ec91af0124359bd Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Wed, 28 Apr 2021 00:50:13 +0900 Subject: [PATCH] [add] AirlineExtensions's test case --- t/commands.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t/commands.vim b/t/commands.vim index 13338af0..ee651b62 100644 --- a/t/commands.vim +++ b/t/commands.vim @@ -31,4 +31,9 @@ describe 'commands' it 'should have a refresh command' Expect exists(':AirlineRefresh') to_be_true end + + it 'should have a extensions command' + Expect exists(':AirlineExtensions') to_be_true + end + end