1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing "of" to testing guide.

This commit is contained in:
Hendy Tanata 2015-03-30 09:14:32 -07:00
parent ffd2f085a5
commit b016533d5b

View file

@ -144,7 +144,7 @@ email(david.partner.email, david.location_tonight)
### Console Tasks for Running your Tests
Rails comes with a CLI command to run tests.
Here are some examples how to use it:
Here are some examples of how to use it:
```bash
$ bin/rails test # run all tests in the `test` directory