add AirlineRefresh command.

This commit is contained in:
Bailey Ling
2013-10-06 09:01:01 -04:00
parent a75f91baba
commit af330f6a47
3 changed files with 9 additions and 1 deletions

View File

@@ -25,5 +25,9 @@ describe 'commands'
execute 'AirlineTheme dark'
Expect g:airline_theme == 'dark'
end
it 'should have a refresh command'
Expect exists(':AirlineRefresh') to_be_true
end
end