aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_cable_overview.md
diff options
context:
space:
mode:
authorVladimir Dementyev <dementiev.vm@gmail.com>2019-01-13 22:58:47 -0500
committerVladimir Dementyev <dementiev.vm@gmail.com>2019-01-14 11:16:59 -0500
commita4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d (patch)
treea2549a96628b1c0bb4fe0b7ca4722ca7af6ea547 /guides/source/action_cable_overview.md
parentfc95836f8776b708ac30e4f1b83cc2a3cddfa77d (diff)
downloadrails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.tar.gz
rails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.tar.bz2
rails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.zip
Add Action Cable Testing guides
Diffstat (limited to 'guides/source/action_cable_overview.md')
-rw-r--r--guides/source/action_cable_overview.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/action_cable_overview.md b/guides/source/action_cable_overview.md
index 39b4099197..df02d5bd91 100644
--- a/guides/source/action_cable_overview.md
+++ b/guides/source/action_cable_overview.md
@@ -768,3 +768,8 @@ internally, irrespective of whether the application server is multi-threaded or
Accordingly, Action Cable works with popular servers like Unicorn, Puma, and
Passenger.
+
+## Testing
+
+You can find detailed instructions on how to test your Action Cable functionality in the
+[testing guide](testing.html#testing-action-cable).