소스 검색

Add pending test case on dependency resolution

Junegunn Choi 11 년 전
부모
커밋
288a4f72ce
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      test/workflow.vader

+ 7 - 0
test/workflow.vader

@@ -328,6 +328,13 @@ Execute (Partial PlugInstall):
   PlugInstall vim-fnr vim-easy-align 1
   q
 
+Execute (TODO Check dependent plugin):
+^ It is a known issue that when a dependent plugin is installed, it is not
+^ immediately added to runtimepath. It only becomes available when
+^ plug#end() is called.
+
+  Assert &rtp =~ 'pseudocl', &rtp
+
 Given (Unaligned code):
   a=1
   aa=2