update readme with new integration test behaviour

Signed-off-by: Viktor Yakovlyev <Viktor.Y@D2L.com>
This commit is contained in:
Viktor Yakovlyev 2017-02-16 15:28:30 -05:00
parent 5d6900fb86
commit 88f6e5f716

View file

@ -104,14 +104,18 @@ To run the integration tests, please make sure all required environment variable
bundle exec rake test:integration
```
Right now, instances are not destroyed automatically. Please use
Instances are destroyed automatically. To persist instances please use
```
bundle exec rake test:integration_no_cleanup
```
To cleanup instances, please use
```
bundle exec rake test:cleanup
```
to remove the setup created by terraform.
## Kudos
This project was inspired by [inspec-aws](https://github.com/arothian/inspec-aws) from [arothian](https://github.com/arothian).