diff options
author | Marius Butuc <marius.butuc@shopify.com> | 2015-03-12 15:35:08 -0400 |
---|---|---|
committer | Marius Butuc <marius.butuc@shopify.com> | 2015-03-12 15:36:53 -0400 |
commit | c921606d26fbcf26f957cbe403e6c89e352d1235 (patch) | |
tree | 930fb0ca683b5dbc7f1a8032d2630a776453e6f3 /guides | |
parent | ccf8678cec9228a08d01b5a7dc9552821bdc2686 (diff) | |
download | rails-c921606d26fbcf26f957cbe403e6c89e352d1235.tar.gz rails-c921606d26fbcf26f957cbe403e6c89e352d1235.tar.bz2 rails-c921606d26fbcf26f957cbe403e6c89e352d1235.zip |
Fix typo in the “Testing Your Mailers” docs
* [ci skip]
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 b508969f30..cadcf36d7f 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1083,7 +1083,7 @@ Testing mailer classes requires some specific tools to do a thorough job. ### Keeping the Postman in Check -Your mailer classes - like every other part of your Rails application - should be tested to ensure that it is working as expected. +Your mailer classes - like every other part of your Rails application - should be tested to ensure that they are working as expected. The goals of testing your mailer classes are to ensure that: |