# File lib/action_mailer/test_helper.rb, line 55
    def assert_no_emails(&block)
      assert_emails 0, &block
    end