method

assert_has_stream

assert_has_stream(stream)
public

Asserts that the specified stream has been started.

def test_assert_started_stream
  subscribe
  assert_has_stream 'messages'
end