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

[ci skip] fix readme single file test example (#2058)

* fix readme single file test example

* trigger build without tests
This commit is contained in:
Sébastien Puyet 2019-10-29 22:42:53 +01:00 committed by Nate Berkopec
parent d2fa7bec05
commit f767f61219

View file

@ -68,7 +68,7 @@ bundle exec rake test:all
To run a single test file:
```sh
ruby -Ilib test/test_integration.rb
ruby -Ilib test/test_binder.rb
```
Or use [`m`](https://github.com/qrush/m):