From 9666bd499d865b8c58d3f2a36a16a8ba6c86e5af Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 13 Jul 2012 22:27:00 +0530 Subject: [PATCH] Tests for antigen-list command. Currently failing. --- tests/list.t | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/tests/list.t b/tests/list.t index 15acfdb..3a68453 100644 --- a/tests/list.t +++ b/tests/list.t @@ -1,18 +1,19 @@ -Skip test. +Empty initial listing. - $ exit 80 - -Listing recorded bundles. - - $ bundle-list + $ antigen-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. +Add a bundle. + + $ antigen-bundle $PLUGIN_DIR + Cloning into '.+?'\.\.\. (re) + done. + $ antigen-list + .*?/test-plugin / plugin - (re) + +Add same bundle and check uniqueness. + + $ antigen-bundle $PLUGIN_DIR + $ antigen-list + .*?/test-plugin / plugin - (re) -- 2.0.0