Created
February 25, 2013 02:58
-
-
Save brookemckim/5027157 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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