diff options
author | Hendy Tanata <htanata@gmail.com> | 2015-03-30 09:14:32 -0700 |
---|---|---|
committer | Hendy Tanata <htanata@gmail.com> | 2015-03-30 09:15:54 -0700 |
commit | b016533d5b54fc932a851fca6148cfb5965da8b5 (patch) | |
tree | 3e19cc1ddbd7b6224622c208ccafbe3347fee576 /guides | |
parent | ffd2f085a5a55b5db70637c33a5fb14d83571893 (diff) | |
download | rails-b016533d5b54fc932a851fca6148cfb5965da8b5.tar.gz rails-b016533d5b54fc932a851fca6148cfb5965da8b5.tar.bz2 rails-b016533d5b54fc932a851fca6148cfb5965da8b5.zip |
Add missing "of" to testing guide.
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 |