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:
parent
30fbd8442e
commit
099a4476a3
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue