aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-10-28 14:53:31 +0900
committerGitHub <noreply@github.com>2017-10-28 14:53:31 +0900
commitbf6456e05395583809f4565844a8dc088431fce7 (patch)
tree311a21eb9166548455267bc75b0213d7cbde865e /guides
parent81d4834a8565d5fa678b28c4e886cab1be04791a (diff)
parent65e08da68f6b344243f3c7bba0aee68342ee2228 (diff)
downloadrails-bf6456e05395583809f4565844a8dc088431fce7.tar.gz
rails-bf6456e05395583809f4565844a8dc088431fce7.tar.bz2
rails-bf6456e05395583809f4565844a8dc088431fce7.zip
Merge pull request #31003 from y-yagi/add_load_hook_for_system_test_case
Add load hook for `ActionDispatch::SystemTestCase`
Diffstat (limited to 'guides')
-rw-r--r--guides/source/engines.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/engines.md b/guides/source/engines.md
index a9b841e3bf..b226eac347 100644
--- a/guides/source/engines.md
+++ b/guides/source/engines.md
@@ -1501,6 +1501,7 @@ To hook into the initialization process of one of the following classes use the
| `ActionController::Base` | `action_controller` |
| `ActionController::TestCase` | `action_controller_test_case` |
| `ActionDispatch::IntegrationTest` | `action_dispatch_integration_test` |
+| `ActionDispatch::SystemTestCase` | `action_dispatch_system_test_case` |
| `ActionMailer::Base` | `action_mailer` |
| `ActionMailer::TestCase` | `action_mailer_test_case` |
| `ActionView::Base` | `action_view` |