fix travis failing

This commit is contained in:
Christian Brabandt
2016-01-30 14:31:22 +01:00
parent e685bae41e
commit 5ed7c81b6d
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ describe 'commands'
Expect g:airline_theme == 'simple'
execute 'AirlineTheme dark'
Expect g:airline_theme == 'dark'
execute 'AirlineTheme doesnotexist'
Expect g:airline_theme == 'dark'
end
it 'should have a refresh command'