提交 badb910b 编写于 作者: R R.T. Lechow

Fix typos

Fixes some typos.
上级 2334fe8f
......@@ -131,7 +131,7 @@ def transmit(cable_message)
#
# == Specifying connection identifiers
#
# You need to set up your connection manually to privide values for the identifiers.
# You need to set up your connection manually to provide values for the identifiers.
# To do this just use:
#
# stub_connection(user: users[:john])
......@@ -212,7 +212,7 @@ def stub_connection(identifiers = {})
@connection = ConnectionStub.new(identifiers)
end
# Subsribe to the channel under test. Optionally pass subscription parameters as a Hash.
# Subscribe to the channel under test. Optionally pass subscription parameters as a Hash.
def subscribe(params = {})
@connection ||= stub_connection
@subscription = self.class.channel_class.new(connection, CHANNEL_IDENTIFIER, params.with_indifferent_access)
......
......@@ -193,7 +193,7 @@ class StreamFromTest < ActionCable::TestCase
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" }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册