spec/rtsp/client_spec.rb in rtsp-0.4.0 vs spec/rtsp/client_spec.rb in rtsp-0.4.1
- old
+ new
@@ -181,10 +181,10 @@
end
it "extracts the session number" do
@client.session.should be_empty
@client.setup("rtsp://localhost/some_track")
- @client.session[:session_id].should == 1234567890
+ @client.session[:session_id].should == "1234567890"
end
it "changes the session_state to :ready" do
@client.setup("rtsp://localhost/some_track")
@client.session_state.should == :ready