1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add load hook for ActionMailbox::TestCase

This commit is contained in:
George Claghorn 2018-12-31 23:35:53 -05:00
parent 782460977e
commit 5afceae886
2 changed files with 3 additions and 0 deletions

View file

@ -8,3 +8,5 @@ module ActionMailbox
include ActionMailbox::TestHelper
end
end
ActiveSupport.run_load_hooks :action_mailbox_test_case, ActionMailbox::TestCase

View file

@ -1507,6 +1507,7 @@ To hook into the initialization process of one of the following classes use the
| `ActionDispatch::SystemTestCase` | `action_dispatch_system_test_case` |
| `ActionMailbox::Base` | `action_mailbox` |
| `ActionMailbox::InboundEmail` | `action_mailbox_inbound_email` |
| `ActionMailbox::TestCase` | `action_mailbox_test_case` |
| `ActionMailer::Base` | `action_mailer` |
| `ActionMailer::TestCase` | `action_mailer_test_case` |
| `ActionView::Base` | `action_view` |