Merge pull request #2371 from vim-airline/add_commands_test_case

[add] AirlineExtensions's test case
This commit is contained in:
Christian Brabandt 2021-04-28 08:12:20 +02:00 committed by GitHub
commit 30f8ada1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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