mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 12:44:26 +08:00
Merge pull request #2371 from vim-airline/add_commands_test_case
[add] AirlineExtensions's test case
This commit is contained in:
@@ -31,4 +31,9 @@ describe 'commands'
|
|||||||
it 'should have a refresh command'
|
it 'should have a refresh command'
|
||||||
Expect exists(':AirlineRefresh') to_be_true
|
Expect exists(':AirlineRefresh') to_be_true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it 'should have a extensions command'
|
||||||
|
Expect exists(':AirlineExtensions') to_be_true
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user