You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rdoc
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,9 @@ This task will run the test suite and the
52
52
53
53
rake rubotest
54
54
55
-
To run the integration tests against an LDAP server:
56
-
57
-
cd test/support/vm/openldap
58
-
vagrant up
59
-
cd ../../../..
60
-
INTEGRATION=openldap bundle exec rake rubotest
55
+
CI takes too long? If your local box supports
56
+
{Vagrant}(https://www.vagrantup.com/), you can run most of the tests
57
+
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)
0 commit comments