Commit 9666bd499d865b8c58d3f2a36a16a8ba6c86e5af
1 parent
72c01604ff
Tests for antigen-list command. Currently failing.
Showing 1 changed file with 15 additions and 14 deletions Inline Diff
tests/list.t
1 | Skip test. | 1 | Empty initial listing. |
2 | 2 | ||
3 | $ exit 80 | 3 | $ antigen-list |
4 | |||
5 | Listing recorded bundles. | ||
6 | |||
7 | $ bundle-list | ||
8 | You don't have any bundles. | 4 | You don't have any bundles. |
9 | [1] | 5 | [1] |
10 | $ bundle lol | ||
11 | $ bundle-list | ||
12 | lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol | ||
13 | $ bundle vi-mode | ||
14 | $ bundle-list | ||
15 | lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol | ||
16 | vi-mode https://github.com/robbyrussell/oh-my-zsh.git plugins/vi-mode | ||
17 | 6 | ||
18 | TODO: Listing of plugins installed on-spot. | 7 | Add a bundle. |
8 | |||
9 | $ antigen-bundle $PLUGIN_DIR |