rails/actionmailer/test
Tom Rossi 22a0692a59
Improvements to `assert_enqueued_email_with` (#45752)
* This is an attempt to make the assert_enqueued_email_with easier to implement.

* Update actionmailer/test/test_helper_test.rb

Fix spelling.

* Documenting additional tests

* Missing a closing "end"

* Renaming tests for consistency

* Updating name

* Naming and documentation

* Leaving original test unchanged

* Fix test name, add new test

* Add assert_enqueued_emails examples to Rails guide

* Add example to test_helper

* Tweaking the Rails guide (#3)

* Updating Rails guide for consistency.

Co-authored-by: Bry <bryan.hunt@hey.com>
Co-authored-by: Ron Shinall <81988008+ron-shinall@users.noreply.github.com>
2022-08-09 14:16:19 +02:00
..
fixtures Merge pull request #26445 from dracos/multiparty 2020-08-19 10:10:36 -07:00
mailers Return just the address if name is blank 2021-09-16 09:24:27 +02:00
abstract_unit.rb Revert "MethodCallAssertions is a regular player of the team ActiveSupport::TestCase now" 2019-08-02 00:24:21 -04:00
assert_select_email_test.rb Change the empty block style to have space inside of the block 2018-09-25 13:19:35 -04:00
asset_host_test.rb Deprecate `starts_with?` and `ends_with?` for String core extensions 2020-05-05 15:51:24 +09:00
base_test.rb Fix some typos. 2022-02-21 17:58:23 +01:00
caching_test.rb Add OutputBuffer#raw and #capture to reduce the need to swap the buffer 2022-08-03 12:56:34 +02:00
delivery_methods_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
i18n_with_controller_test.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
log_subscriber_test.rb Remove deprecated `ActionMailer::Base.receive` in favor of Action Mailbox 2020-05-05 00:06:22 -04:00
mail_helper_test.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
mail_layout_test.rb Use frozen string literal in actionmailer/ 2017-07-23 18:17:19 +03:00
message_delivery_test.rb Add spec to verify that MessageDelivery Job accepts priority 2020-06-22 22:31:15 +05:30
parameterized_test.rb Enable `Layout/EmptyLinesAroundAccessModifier` cop 2019-06-13 12:00:45 +09:00
test_case_test.rb Replace ableist language 2021-10-05 22:27:09 -04:00
test_helper_test.rb Improvements to `assert_enqueued_email_with` (#45752) 2022-08-09 14:16:19 +02:00
url_test.rb Remove method encode from url_test in Actionmailer: 2020-01-08 11:52:13 -03:00