method
assert_no_streams
v7.2.3 -
Show latest stable
- Class:
ActionCable::Channel::TestCase::Behavior
assert_no_streams()public
Asserts that no streams have been started.
def test_assert_no_started_stream subscribe assert_no_streams end