aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/testing.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-25 20:40:39 +0200
committerXavier Noria <fxn@hashref.com>2010-04-25 20:40:39 +0200
commit7b15629b932a42fbf100666220d662c864f5244e (patch)
treefc39ab974b683b142f9b00cf5102cc77766b3849 /railties/guides/source/testing.textile
parent8ae5cc8380bf52990ca4b694e2a7acb7d1972f83 (diff)
downloadrails-7b15629b932a42fbf100666220d662c864f5244e.tar.gz
rails-7b15629b932a42fbf100666220d662c864f5244e.tar.bz2
rails-7b15629b932a42fbf100666220d662c864f5244e.zip
the names of Rails components have a space, eg "Active Record"
Diffstat (limited to 'railties/guides/source/testing.textile')
-rw-r--r--railties/guides/source/testing.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/testing.textile b/railties/guides/source/testing.textile
index 206ed6e75c..ca9b10bbd6 100644
--- a/railties/guides/source/testing.textile
+++ b/railties/guides/source/testing.textile
@@ -845,9 +845,9 @@ Testing mailer classes requires some specific tools to do a thorough job.
h4. Keeping the Postman in Check
-Your +ActionMailer+ 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 it is working as expected.
-The goals of testing your +ActionMailer+ classes are to ensure that:
+The goals of testing your mailer classes are to ensure that:
* emails are being processed (created and sent)
* the email content is correct (subject, sender, body, etc)