Update README.md

Add simple build and unit test instructions.   Similar to what is in releasing document.
This commit is contained in:
Liam Newman 2016-06-17 13:09:26 -07:00 committed by GitHub
parent 9f5cf12151
commit 5dd952145b
1 changed files with 8 additions and 0 deletions

View File

@ -114,6 +114,14 @@ end
```
#### Build & Unit Test
First time (from a clean repository):
`bundle install && bundle exec rake`
Thereafter:
`bundle exec rake spec`
#### Testing
To run the integration tests: