From fe1168299392cb93c785ac736b523addef223f2e Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Sat, 19 Jan 2013 13:14:52 +0530 Subject: [PATCH] Remove tests for obsolete `-install` command. --- tests/install.t | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 tests/install.t diff --git a/tests/install.t b/tests/install.t deleted file mode 100644 index aa9b901..0000000 --- a/tests/install.t +++ /dev/null @@ -1,48 +0,0 @@ -Skip test. - - $ exit 80 - -Confirm we have no plugins. - - $ bundle-list - You don't have any bundles. - [1] - -Record a plugin and install it. - - $ bundle lol - $ bundle-install - Cloning into '[-_\.a-zA-Z0-9/\\]+'... (re) - Installing lol - -Check if the lol plugin is correctly loaded. - - $ alias wtf - wtf=dmesg - -On-spot installation. - - $ bundle-install git - Installing git - -Check if git plugin is loaded correctly. - - $ alias g - g=git - -Confirm the listing of plugins. - - $ bundle-list - lol https://github.com/robbyrussell/oh-my-zsh.git plugins/lol - git https://github.com/robbyrussell/oh-my-zsh.git plugins/git - -Update plugins (test both alternate syntaxes for do this). - - $ bundle-install! - Already up-to-date. - Installing lol - Installing git - $ bundle-install --update - Already up-to-date. - Installing lol - Installing git -- 2.0.0