method
assert_has_no_stream
v8.1.1 -
Show latest stable
- Class:
ActionCable::Channel::TestCase::Behavior
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