aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-31 11:54:00 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-31 11:54:00 +0100
commitafe402dac7da9e2e9d0f3e29582a502d8596d0e0 (patch)
treeec800db9350b3d8ac75d1e15178691e15cc17e01 /actionmailer/CHANGELOG.md
parent33030ea7cbfa026b0f9f95a2c5d2dd363a7fe6aa (diff)
downloadrails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.tar.gz
rails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.tar.bz2
rails-afe402dac7da9e2e9d0f3e29582a502d8596d0e0.zip
unify CHANGELOG format. [ci skip]
Diffstat (limited to 'actionmailer/CHANGELOG.md')
-rw-r--r--actionmailer/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 008760f2fc..86ecb3ee88 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,5 +1,7 @@
* Add `assert_enqueued_emails` and `assert_no_enqueued_emails`.
+ Example:
+
def test_emails
assert_enqueued_emails 2 do
ContactMailer.welcome.deliver_later