Skip to content

Commit

Permalink
test/workflow.vader: minor Assert improvement (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored and junegunn committed Dec 11, 2016
1 parent c53ecd3 commit b9022d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/workflow.vader
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ Execute (PlugClean! to remove vim-emoji):
PlugClean!
AssertExpect '^\~ ', 1
AssertEqual 'Removed 1 directories.', getline(4)
Assert empty(globpath(&rtp, 'colors/seoul256.vim'))
Assert empty(globpath(&rtp, 'autoload/emoji.vim'))
Assert empty(globpath(&rtp, 'colors/seoul256.vim')), 'seoul256.vim was removed'
Assert empty(globpath(&rtp, 'autoload/emoji.vim')), 'emoji was removed'
q

Execute (PlugUpdate to install both again):
Expand Down

0 comments on commit b9022d9

Please sign in to comment.