instance method
assert_broadcast_on
Ruby on Rails edge
Since edgeSignature
assert_broadcast_on(stream_or_object, *args)
No documentation comment.
Parameters
-
stream_or_objectreq -
argsrest
Source
# File actioncable/lib/action_cable/channel/test_case.rb, line 265
def assert_broadcast_on(stream_or_object, *args)
super(broadcasting_for(stream_or_object), *args)
end
Defined in actioncable/lib/action_cable/channel/test_case.rb line 265
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Channel::ChannelExt::TestCase::Behavior