Flowdock
method

assert_has_stream

Importance_1
v6.1.3.1 - Show latest stable - 0 notes - Class: Behavior
assert_has_stream(stream) public

Asserts that the specified stream has been started.

def test_assert_started_stream
  subscribe
  assert_has_stream 'messages'
end
Show source
Register or log in to add new notes.