Commit c46b6673e4ef1fa5ba6d4119e8f9d2d79908f1f5
1 parent
e97773908d
More tests for cleanup.
Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff
tests/cleanup.t
1 | +Firstly, no plugins, nothing to cleanup. | |
2 | + | |
3 | + $ antigen-cleanup --force | |
4 | + You don't have any bundles. | |
5 | + | |
1 | 6 | Load a plugin. |
2 | 7 | |
3 | 8 | $ antigen-bundle $PLUGIN_DIR |
... | ... | @@ -9,6 +14,11 @@ Check the listing. |
9 | 14 | $ antigen-list |
10 | 15 | */test-plugin / plugin true (glob) |
11 | 16 | |
17 | +Nothing should be available for cleanup. | |
18 | + | |
19 | + $ antigen-cleanup --force | |
20 | + You don't have any unidentified bundles. | |
21 | + | |
12 | 22 | Clear out the bundles record. |
13 | 23 | |
14 | 24 | $ _ANTIGEN_BUNDLE_RECORD="" |