We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227bb66 commit eb7c807Copy full SHA for eb7c807
lib/rspec/rails/matchers/action_cable/have_broadcasted_to.rb
@@ -159,7 +159,7 @@ def pubsub_adapter
159
def check_channel_presence
160
return if @channel.present? && @channel.respond_to?(:channel_name)
161
162
- error_msg = "Broadcasting channel can't be infered. Please, specify it with `from_channel`"
+ error_msg = "Broadcasting channel can't be inferred. Please, specify it with `from_channel`"
163
raise ArgumentError, error_msg
164
end
165
0 commit comments