Bump version to 6.5.1 and document installing test dependencies #508

This commit is contained in:
Michael Russell 2018-11-26 11:25:10 +01:00
parent c5fdd40173
commit 9fff18758e
No known key found for this signature in database
GPG key ID: A90C1696496085FE
3 changed files with 21 additions and 1 deletions

View file

@ -54,6 +54,12 @@ This playbook uses [Kitchen](https://kitchen.ci/) for CI and local testing.
### Running the tests
Install the ruby dependencies with bundler
```sh
make setup
```
If you want to test X-Pack features with a license you will first need to export the `ES_XPACK_LICENSE_FILE` variable.
```sh
export ES_XPACK_LICENSE_FILE="$(pwd)/license.json"