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 85ec2d2 commit 77862a2Copy full SHA for 77862a2
test/support/vm/openldap/README.md
@@ -1,6 +1,6 @@
1
# Local OpenLDAP Integration Testing
2
3
-Set up a VM to run integration tests against OpenLDAP locally.
+Set up a [Vagrant](http://www.vagrantup.com/) VM to run integration tests against OpenLDAP locally.
4
5
To run integration tests locally:
6
@@ -28,3 +28,5 @@ $ export INTEGRATION_HOST=$ip
28
# now run tests without having to set ENV variables
29
$ time bundle exec rake
30
```
31
+
32
+You may need to `gem install vagrant` first in order to provision the VM.
0 commit comments