aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorGreg Molnar <molnargerg@gmail.com>2014-02-04 13:54:22 +0100
committerGreg Molnar <molnargerg@gmail.com>2014-02-04 13:54:22 +0100
commitd3edf1ea82ea21b5e8a647a32179aba003eaad39 (patch)
tree8f5d78c409b39f028191831b06788cff09220633 /guides/source
parentc7abc516f8fd7ccc4ae2bb528404ffb8a46ba4ba (diff)
downloadrails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.tar.gz
rails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.tar.bz2
rails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.zip
add missing sharp [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
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',