We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a44d5 commit 8ba87b3Copy full SHA for 8ba87b3
README.rdoc
@@ -53,9 +53,11 @@ This task will run the test suite and the
53
rake rubotest
54
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
58
-{test/support/vm/openldap/README.md}[https://github.com/ruby-ldap/ruby-net-ldap/tree/master/test/support/vm/openldap/README.md]
+{Docker}[https://www.docker.com/], you can also run integration tests locally.
+Simply run:
+
59
+ script/ldap-docker
60
+ INTEGRATION=openldap rake test
61
62
== Release
63
0 commit comments