Skip to content

Instantly share code, notes, and snippets.

@brookemckim
Created February 25, 2013 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brookemckim/5027157 to your computer and use it in GitHub Desktop.
Save brookemckim/5027157 to your computer and use it in GitHub Desktop.
def test_past_recording_is_associated_with_stream
stream = Stream.create(...)
recording = PastRecording.from_stream(stream)
assert_equal recording.stream, stream
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment