From 10867a77bef192ddbbf42331292a5f66eaafc1de Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 5 Feb 2014 11:14:24 +0100 Subject: Removed unused commented code [ci skip] As discussed in #13940 this can be removed We can document this somewhere else in testing guides. --- guides/source/testing.md | 1 - 1 file changed, 1 deletion(-) (limited to 'guides') 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', -- cgit v1.2.3