add how to run tests to readme

This commit is contained in:
Ryan Buckley 2015-12-14 18:10:37 -08:00
parent 7969c9daca
commit 1e9a84fb85
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ and would love to see these two consolidated at some point.
## Contributing
1. Fork it ( https://github.com/ridiculous/grape-middleware-logger/fork )
1. Run the test suite with `bin/test`
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)