Merge pull request #134 from bitwiseman/patch-1

Update README.md
This commit is contained in:
R. Tyler Croy 2016-06-17 13:12:51 -07:00 committed by GitHub
commit a4d678deaf
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: