diff options
author | Greg Molnar <molnargerg@gmail.com> | 2014-02-04 13:54:22 +0100 |
---|---|---|
committer | Greg Molnar <molnargerg@gmail.com> | 2014-02-04 13:54:22 +0100 |
commit | d3edf1ea82ea21b5e8a647a32179aba003eaad39 (patch) | |
tree | 8f5d78c409b39f028191831b06788cff09220633 /guides | |
parent | c7abc516f8fd7ccc4ae2bb528404ffb8a46ba4ba (diff) | |
download | rails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.tar.gz rails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.tar.bz2 rails-d3edf1ea82ea21b5e8a647a32179aba003eaad39.zip |
add missing sharp [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/testing.md | 2 |
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', |