method

assert_has_no_stream

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