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

Adds instructions on how to use m (#1853)

This commit is contained in:
Jesús Burgos Maciá 2019-07-18 10:14:41 -04:00 committed by Nate Berkopec
parent 30fbd8442e
commit 099a4476a3

View file

@ -286,6 +286,18 @@ To run a single test file, use the `TEST` environment variable:
$ TEST=test/test_binder.rb bundle exec rake test
```
Or use [`m`](https://github.com/qrush/m):
```
$ bundle exec m test/test_binder.rb
```
Which can also be used to run a single test case:
```
$ bundle exec m test/test_binder.rb:37
```
## License
Puma is copyright Evan Phoenix and contributors, licensed under the BSD 3-Clause license. See the included LICENSE file for details.