Skip to content

Commit a316402

Browse files
committed
Minor tweaks and corrections
1 parent cf0d907 commit a316402

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

test/support/vm/activedirectory/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
Integration tests are not run for ActiveDirectory in continuous integration
44
because we cannot install a Windows VM on TravisCI. To test ActiveDirectory,
5-
configure a local VM with AD running.
5+
configure a local VM with AD running (this is left as an exercise for the
6+
reader).
67

7-
From the project root, run:
8+
To run integration tests against the local ActiveDirectory VM, from the project
9+
root run:
810

9-
```sh
11+
``` bash
12+
# duplicate example env.sh for specific config
1013
$ cp test/support/vm/activedirectory/env.sh{.example,}
1114

12-
# edit ad-env.sh and fill in with your VM's values, then
15+
# edit env.sh and fill in with your VM's values, then
1316
$ source test/support/vm/activedirectory/env.sh
1417

1518
# run all tests against AD
@@ -18,6 +21,6 @@ $ time bundle exec rake
1821
# run a specific test file against AD
1922
$ time bundle exec ruby test/membership_validators/active_directory_test.rb
2023

21-
# reset environment to test other ldap servers
24+
# reset environment to test other LDAP servers
2225
$ source test/support/vm/activedirectory/reset-env.sh
2326
```

0 commit comments

Comments
 (0)