Skip to content

Commit

Permalink
Removed unused commented code [ci skip]
Browse files Browse the repository at this point in the history
As discussed in #13940 this can be removed
We can document this somewhere else in testing guides.
  • Loading branch information
arunagw committed Feb 5, 2014
1 parent 069a010 commit 10867a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guides/source/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ Here's a unit test to test a mailer named `UserMailer` whose action `invite` is
require 'test_helper'
class UserMailerTest < ActionMailer::TestCase
# tests UserMailer
test "invite" do
# Send the email, then test that it got queued
email = UserMailer.create_invite('me@example.com',
Expand Down

0 comments on commit 10867a7

Please sign in to comment.