diff options
author | Xavier Noria <fxn@hashref.com> | 2009-09-16 00:07:41 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-09-16 00:07:41 +0200 |
commit | 68e433a3233d958335385a46af03bf50238a0d6c (patch) | |
tree | 7510540485d41689f2a3ca15762ce3279b18016e /railties/guides/source/action_mailer_basics.textile | |
parent | e0d3cec3cc4c0e8baa2440202f9451a35b3ef9d5 (diff) | |
download | rails-68e433a3233d958335385a46af03bf50238a0d6c.tar.gz rails-68e433a3233d958335385a46af03bf50238a0d6c.tar.bz2 rails-68e433a3233d958335385a46af03bf50238a0d6c.zip |
removes (nowadays) unneeded tests macro from an example in the Action Mailer guide
Diffstat (limited to 'railties/guides/source/action_mailer_basics.textile')
-rw-r--r-- | railties/guides/source/action_mailer_basics.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile index 408ee29738..931ebe8a34 100644 --- a/railties/guides/source/action_mailer_basics.textile +++ b/railties/guides/source/action_mailer_basics.textile @@ -402,8 +402,6 @@ Testing mailers normally involves two things: One is that the mail was queued, a <ruby> class UserMailerTest < ActionMailer::TestCase - tests UserMailer - def test_welcome_email user = users(:some_user_in_your_fixtures) |