README.rdoc in net-ldap-0.15.0 vs README.rdoc in net-ldap-0.16.0
- old
+ new
@@ -50,15 +50,13 @@
This task will run the test suite and the
{RuboCop}[https://github.com/bbatsov/rubocop] static code analyzer.
rake rubotest
-To run the integration tests against an LDAP server:
-
- cd test/support/vm/openldap
- vagrant up
- cd ../../../..
- INTEGRATION=openldap bundle exec rake rubotest
+CI takes too long? If your local box supports
+{Vagrant}[https://www.vagrantup.com/], you can run most of the tests
+in a VM on your local box. For more details and setup instructions, see
+{test/support/vm/openldap/README.md}[https://github.com/ruby-ldap/ruby-net-ldap/tree/master/test/support/vm/openldap/README.md]
== Release
This section is for gem maintainers to cut a new version of the gem.