method
assert_no_streams
v6.1.3.1 -
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