Procházet zdrojové kódy

Add pending test case on dependency resolution

Junegunn Choi před 11 roky
rodič
revize
288a4f72ce
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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