[add] AirlineExtensions's test case

This commit is contained in:
kazukazuinaina 2021-04-28 00:50:13 +09:00
parent 2f6471a9e1
commit 4968c6bb18

View File

@ -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