From f3172c16b715adf1570ea37f177586195350de79 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 7 Jun 2012 15:10:43 +0530 Subject: [PATCH] Add tests for bundle-list command in list.t. --- tests/list.t | 14 ++++++++++++++ tests/main.t | 8 -------- 2 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 tests/list.t delete mode 100644 tests/main.t diff --git a/tests/list.t b/tests/list.t new file mode 100644 index 0000000..4678cc4 --- /dev/null +++ b/tests/list.t @@ -0,0 +1,14 @@ +Listing recorded bundles. + + $ bundle-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. diff --git a/tests/main.t b/tests/main.t deleted file mode 100644 index 915eb3c..0000000 --- a/tests/main.t +++ /dev/null @@ -1,8 +0,0 @@ -Load antigen - - $ bundle-list - You don't have any bundles. - [1] - $ bundle lol - $ bundle-list - lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol -- 2.0.0