Skip to content

Commit

Permalink
update readme to include spec test info
Browse files Browse the repository at this point in the history
[#165756407]

Signed-off-by: Amelia Downs <adowns@pivotal.io>
  • Loading branch information
Rodolfo Sanchez authored and geofffranks committed May 16, 2019
1 parent 3ec3c21 commit 23b1221
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,14 @@ KEEPALIVED_VIP=10.244.50.2 templates/make_manifest warden 10.244.0.22

Feel free to contribute back to this via a pull request on a feature branch! Once merged, we'll
cut a new final release for you.

### Config Tests

If you add a spec value, please add a corresponding test to `spec/haproxy_templates_spec.rb`.

To run these tests:
```
cd haproxy_boshrelease
bundle install
bundle exec rspec spec/haproxy_templates_spec.rb
```

0 comments on commit 23b1221

Please sign in to comment.