mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-02-25 06:07:13 +08:00
tests for configuring accents directly.
This commit is contained in:
@@ -30,5 +30,10 @@ describe 'parts'
|
||||
call airline#parts#define_condition('part', '1')
|
||||
Expect airline#parts#get('part').condition == '1'
|
||||
end
|
||||
|
||||
it 'can define a accent'
|
||||
call airline#parts#define_accent('part', 'red')
|
||||
Expect airline#parts#get('part').accent == 'red'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user