1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

readme notes on running test suite

This commit is contained in:
John Joseph Bachir 2014-02-25 13:04:55 -05:00
parent 75d60d019c
commit 987ff95456

View file

@ -205,6 +205,14 @@ $ bundle exec cap puma:stop
$ bundle exec cap puma:phased_restart
```
## Contributing
To run the test suite:
```bash
$ bundle install
$ bundle exec rake
```
## License