Commit 73047d477079c63cfe423d1c75c8168640556637

Authored by Antonio Terceiro
1 parent 64a1b3ab

ldap plugin: remove install.rb

It makes assumptions on how a package should be installed, which is not
cool
Showing 1 changed file with 0 additions and 10 deletions   Show diff stats
plugins/ldap/install.rb
... ... @@ -1,10 +0,0 @@
1   -begin
2   - gem "net-ldap", '=0.3.1'
3   -rescue Gem::LoadError => exception
4   - system "gem install --user-install net-ldap -v 0.3.1"
5   -end
6   -
7   -puts "WARNING: This plugin is not setting up a ldap test server automatically.
8   -Some tests may not be running. If you want to fully test this plugin, please
9   -setup the ldap test server and make the proper configurations on
10   -fixtures/ldap.yml.\n\n"