mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #33260 from bogdanvlviv/fix-docs-of-assert_no_emails
Fix docs of `assert_no_emails` [ci skip]
This commit is contained in:
commit
a969294160
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module ActionMailer
|
|||
#
|
||||
# Note: This assertion is simply a shortcut for:
|
||||
#
|
||||
# assert_emails 0
|
||||
# assert_emails 0, &block
|
||||
def assert_no_emails(&block)
|
||||
assert_emails 0, &block
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue