Flowdock
method

assert_broadcast_on

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Behavior
assert_broadcast_on(stream_or_object, *args) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actioncable/lib/action_cable/channel/test_case.rb, line 258
        def assert_broadcast_on(stream_or_object, *args)
          super(broadcasting_for(stream_or_object), *args)
        end
Register or log in to add new notes.