aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test
diff options
context:
space:
mode:
authorR.T. Lechow <rtlechow@gmail.com>2018-10-01 19:54:42 -0400
committerR.T. Lechow <rtlechow@gmail.com>2018-10-01 19:56:50 -0400
commitbadb910b548592e4496d1eb132c2f16fb93765f5 (patch)
tree1ea975650ec1e4a5924ed4e43e7b8a42f60a4500 /actioncable/test
parent2334fe8ffab7aa67504ae4a6b483f1a914b415bb (diff)
downloadrails-badb910b548592e4496d1eb132c2f16fb93765f5.tar.gz
rails-badb910b548592e4496d1eb132c2f16fb93765f5.tar.bz2
rails-badb910b548592e4496d1eb132c2f16fb93765f5.zip
Fix typos
Fixes some typos.
Diffstat (limited to 'actioncable/test')
-rw-r--r--actioncable/test/channel/stream_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/test/channel/stream_test.rb b/actioncable/test/channel/stream_test.rb
index f2fe8b4ce7..9ad2213d47 100644
--- a/actioncable/test/channel/stream_test.rb
+++ b/actioncable/test/channel/stream_test.rb
@@ -193,7 +193,7 @@ module ActionCable::StreamTests
end
end
- test "subscription confirmation should only be sent out once with muptiple stream_from" do
+ test "subscription confirmation should only be sent out once with multiple stream_from" do
run_in_eventmachine do
connection = open_connection
expected = { "identifier" => { "channel" => MultiChatChannel.name }.to_json, "type" => "confirm_subscription" }