Commit 48e180c22b501289aef1cd3ac6c2553e06e95d4b
1 parent
80d6fbe602
Test list command with more than one bundle.
Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff
tests/list.t
| ... | ... | @@ -17,3 +17,12 @@ Add same bundle and check uniqueness. |
| 17 | 17 | $ antigen-bundle $PLUGIN_DIR |
| 18 | 18 | $ antigen-list |
| 19 | 19 | .*?/test-plugin / plugin - (re) |
| 20 | + | |
| 21 | +Add another bundle. | |
| 22 | + | |
| 23 | + $ antigen-bundle $PLUGIN_DIR2 | |
| 24 | + Cloning into '.+?'\.\.\. (re) | |
| 25 | + done. | |
| 26 | + $ antigen-list | |
| 27 | + .*?/test-plugin / plugin - (re) | |
| 28 | + .*?/test-plugin2 / plugin - (re) |