未验证 提交 a9692941 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #33260 from bogdanvlviv/fix-docs-of-assert_no_emails

Fix docs of `assert_no_emails` [ci skip]
......@@ -60,7 +60,7 @@ def assert_emails(number, &block)
#
# 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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册