From 73047d477079c63cfe423d1c75c8168640556637 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sun, 2 Nov 2014 00:22:35 -0200 Subject: [PATCH] ldap plugin: remove install.rb --- plugins/ldap/install.rb | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) delete mode 100644 plugins/ldap/install.rb diff --git a/plugins/ldap/install.rb b/plugins/ldap/install.rb deleted file mode 100644 index 4dffb51..0000000 --- a/plugins/ldap/install.rb +++ /dev/null @@ -1,10 +0,0 @@ -begin - gem "net-ldap", '=0.3.1' -rescue Gem::LoadError => exception - system "gem install --user-install net-ldap -v 0.3.1" -end - -puts "WARNING: This plugin is not setting up a ldap test server automatically. -Some tests may not be running. If you want to fully test this plugin, please -setup the ldap test server and make the proper configurations on -fixtures/ldap.yml.\n\n" -- libgit2 0.21.2