Blame view

tests/list.t 415 Bytes
72c01604f   Shrikant Sharat   Skip the legacy t...
1
2
3
  Skip test.
  
    $ exit 80
f3172c16b   Shrikant Sharat   Add tests for bun...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  Listing recorded bundles.
  
    $ bundle-list
    You don't have any bundles.
    [1]
    $ bundle lol
    $ bundle-list
    lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol
    $ bundle vi-mode
    $ bundle-list
    lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol
    vi-mode https://github.com/robbyrussell/oh-my-zsh.git plugins/vi-mode
  
  TODO: Listing of plugins installed on-spot.