diff options
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 1139f367c6..4b7d6411be 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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 |