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:
parent
75d60d019c
commit
987ff95456
1 changed files with 8 additions and 0 deletions
|
@ -205,6 +205,14 @@ $ bundle exec cap puma:stop
|
||||||
$ bundle exec cap puma:phased_restart
|
$ bundle exec cap puma:phased_restart
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
To run the test suite:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ bundle install
|
||||||
|
$ bundle exec rake
|
||||||
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue