method

assert_has_no_stream

rails latest stable - Class: ActionCable::Channel::TestCase::Behavior

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

assert_has_no_stream(stream)
public

Asserts that the specified stream has not been started.

def test_assert_no_started_stream
  subscribe
  assert_has_no_stream 'messages'
end