diff options
author | Arun Agrawal <arunagw@gmail.com> | 2014-02-05 11:14:24 +0100 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2014-02-05 11:14:24 +0100 |
commit | 10867a77bef192ddbbf42331292a5f66eaafc1de (patch) | |
tree | d202828a9b62e9316c21264f6f23238ec8d3e71a /guides | |
parent | 069a010277585cc1bee55af8e87546e28216497d (diff) | |
download | rails-10867a77bef192ddbbf42331292a5f66eaafc1de.tar.gz rails-10867a77bef192ddbbf42331292a5f66eaafc1de.tar.bz2 rails-10867a77bef192ddbbf42331292a5f66eaafc1de.zip |
Removed unused commented code [ci skip]
As discussed in #13940 this can be removed
We can document this somewhere else in testing guides.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 47d5f154c5..408c072575 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -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', |