Skip to content

Commit 77862a2

Browse files
committed
Link to Vagrant, clarify installing vagrant binary
1 parent 85ec2d2 commit 77862a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/support/vm/openldap/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local OpenLDAP Integration Testing
22

3-
Set up a VM to run integration tests against OpenLDAP locally.
3+
Set up a [Vagrant](http://www.vagrantup.com/) VM to run integration tests against OpenLDAP locally.
44

55
To run integration tests locally:
66

@@ -28,3 +28,5 @@ $ export INTEGRATION_HOST=$ip
2828
# now run tests without having to set ENV variables
2929
$ time bundle exec rake
3030
```
31+
32+
You may need to `gem install vagrant` first in order to provision the VM.

0 commit comments

Comments
 (0)