mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
40d63cee31
The from_address method is added to Mail::Message, but is not used internally to ActionMailbox, nor tested (even implicitly). As it is part of the public API, it feels important to at least have a basic test of it. Similarly, the x_original_to_addresses was only implicitly tested via the recipients_addresses method. Given other similar methods are explicitly tested, it feels like an oversight not to test it as well. As the test introduced from_address didn't align with the naming of RecipientsTest, I renamed it to the more generic AddressesTest. |
||
---|---|---|
.. | ||
inbound_email | ||
mail_ext | ||
mailbox | ||
inbound_email_test.rb | ||
relayer_test.rb | ||
router_test.rb | ||
test_helper_test.rb |