aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2018-08-23 09:34:27 -0400
committerGitHub <noreply@github.com>2018-08-23 09:34:27 -0400
commita0b57bbb21ce81071220bd8c6cfd8cdda342c6c6 (patch)
tree03a805bdda4b782398ad9402cbe1630202ee4443 /actioncable/lib/action_cable/subscription_adapter
parent4b4207af2fbec0f6e0171ca637e71b9801cbc65c (diff)
parent86e7de7968b91bd4256bb07ffbe689b385180910 (diff)
downloadrails-a0b57bbb21ce81071220bd8c6cfd8cdda342c6c6.tar.gz
rails-a0b57bbb21ce81071220bd8c6cfd8cdda342c6c6.tar.bz2
rails-a0b57bbb21ce81071220bd8c6cfd8cdda342c6c6.zip
Merge pull request #33703 from bogdanvlviv/follow-up-33659
Follow up #33659
Diffstat (limited to 'actioncable/lib/action_cable/subscription_adapter')
-rw-r--r--actioncable/lib/action_cable/subscription_adapter/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/subscription_adapter/test.rb b/actioncable/lib/action_cable/subscription_adapter/test.rb
index 52226a7c71..ce604cc88e 100644
--- a/actioncable/lib/action_cable/subscription_adapter/test.rb
+++ b/actioncable/lib/action_cable/subscription_adapter/test.rb
@@ -9,7 +9,7 @@ module ActionCable
# The test adapter should be used only in testing. Along with
# <tt>ActionCable::TestHelper</tt> it makes a great tool to test your Rails application.
#
- # To use the test adapter set adapter value to +test+ in your +cable.yml+.
+ # To use the test adapter set +adapter+ value to +test+ in your +config/cable.yml+ file.
#
# NOTE: Test adapter extends the <tt>ActionCable::SubscriptionsAdapter::Async</tt> adapter,
# so it could be used in system tests too.