Add spell detection

This commit is contained in:
David Terei
2016-03-21 23:52:04 -07:00
parent 410429a95c
commit ae4a978509
5 changed files with 20 additions and 3 deletions

View File

@@ -18,9 +18,10 @@ describe 'init sections'
call s:clear()
end
it 'section a should have mode, paste, iminsert'
it 'section a should have mode, paste, spell, iminsert'
Expect g:airline_section_a =~ 'mode'
Expect g:airline_section_a =~ 'paste'
Expect g:airline_section_a =~ 'spell'
Expect g:airline_section_a =~ 'iminsert'
end