test/workflow.vader: minor Assert improvement (#563)

This commit is contained in:
Daniel Hahler 2016-12-11 13:25:33 +01:00 committed by Junegunn Choi
parent c53ecd3acd
commit b9022d9046

View File

@ -270,8 +270,8 @@ Execute (PlugClean! to remove vim-emoji):
PlugClean! PlugClean!
AssertExpect '^\~ ', 1 AssertExpect '^\~ ', 1
AssertEqual 'Removed 1 directories.', getline(4) AssertEqual 'Removed 1 directories.', getline(4)
Assert empty(globpath(&rtp, 'colors/seoul256.vim')) Assert empty(globpath(&rtp, 'colors/seoul256.vim')), 'seoul256.vim was removed'
Assert empty(globpath(&rtp, 'autoload/emoji.vim')) Assert empty(globpath(&rtp, 'autoload/emoji.vim')), 'emoji was removed'
q q
Execute (PlugUpdate to install both again): Execute (PlugUpdate to install both again):