aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/6_0_release_notes.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/6_0_release_notes.md
parentfc95836f8776b708ac30e4f1b83cc2a3cddfa77d (diff)
downloadrails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.tar.gz
rails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.tar.bz2
rails-a4099debcfd7e5e1fe3e5fd9111b7cb0242eb56d.zip
Add Action Cable Testing guides
Diffstat (limited to 'guides/source/6_0_release_notes.md')
-rw-r--r--guides/source/6_0_release_notes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/guides/source/6_0_release_notes.md b/guides/source/6_0_release_notes.md
index 6f1db126c3..14528d1cde 100644
--- a/guides/source/6_0_release_notes.md
+++ b/guides/source/6_0_release_notes.md
@@ -8,6 +8,7 @@ Highlights in Rails 6.0:
* Action Mailbox
* Action Text
* Parallel Testing
+* Action Cable Testing
These release notes cover only the major changes. To learn about various bug
fixes and changes, please refer to the change logs or check out the [list of
@@ -62,6 +63,13 @@ test suite. While forking processes is the default method, threading is
supported as well. Running tests in parallel reduces the time it takes
your entire test suite to run.
+### Action Cable Testing
+
+[Pull Request](https://github.com/rails/rails/pull/33659)
+
+[Action Cable testing tools](testing.html#testing-action-cable) allow you to test your
+Action Cable functionality at any level: connections, channels, broadcasts.
+
Railties
--------