Skip to content

Commit

Permalink
removes (nowadays) unneeded tests macro from an example in the Action…
Browse files Browse the repository at this point in the history
… Mailer guide
  • Loading branch information
fxn committed Sep 15, 2009
1 parent e0d3cec commit 68e433a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions railties/guides/source/action_mailer_basics.textile
Expand Up @@ -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)

Expand Down

0 comments on commit 68e433a

Please sign in to comment.