Skip to content

Commit

Permalink
Adds instructions on how to use m (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus authored and nateberkopec committed Jul 18, 2019
1 parent 30fbd84 commit 099a447
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -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.

0 comments on commit 099a447

Please sign in to comment.