aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-12 16:42:04 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-03-12 16:42:04 -0300
commit8725e91db07d767a77137729b7d7249b8ad94280 (patch)
tree930fb0ca683b5dbc7f1a8032d2630a776453e6f3
parentccf8678cec9228a08d01b5a7dc9552821bdc2686 (diff)
parentc921606d26fbcf26f957cbe403e6c89e352d1235 (diff)
downloadrails-8725e91db07d767a77137729b7d7249b8ad94280.tar.gz
rails-8725e91db07d767a77137729b7d7249b8ad94280.tar.bz2
rails-8725e91db07d767a77137729b7d7249b8ad94280.zip
Merge pull request #19312 from mariusbutuc/fix-mailer-testing-typo
Fix typo in the Testing Your Mailers docs
-rw-r--r--guides/source/testing.md2
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: