Commit f3172c16b715adf1570ea37f177586195350de79
1 parent
c0e086a77d
Add tests for bundle-list command in list.t.
Showing 2 changed files with 14 additions and 8 deletions Side-by-side Diff
tests/list.t
... | ... | @@ -0,0 +1,14 @@ |
1 | +Listing recorded bundles. | |
2 | + | |
3 | + $ bundle-list | |
4 | + You don't have any bundles. | |
5 | + [1] | |
6 | + $ bundle lol | |
7 | + $ bundle-list | |
8 | + lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol | |
9 | + $ bundle vi-mode | |
10 | + $ bundle-list | |
11 | + lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol | |
12 | + vi-mode https://github.com/robbyrussell/oh-my-zsh.git plugins/vi-mode | |
13 | + | |
14 | +TODO: Listing of plugins installed on-spot. |