From d3edf1ea82ea21b5e8a647a32179aba003eaad39 Mon Sep 17 00:00:00 2001 From: Greg Molnar Date: Tue, 4 Feb 2014 13:54:22 +0100 Subject: add missing sharp [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') diff --git a/guides/source/testing.md b/guides/source/testing.md index 169fd75cfa..47d5f154c5 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -937,7 +937,7 @@ Here's a unit test to test a mailer named `UserMailer` whose action `invite` is require 'test_helper' class UserMailerTest < ActionMailer::TestCase - tests UserMailer + # 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