spec/unit/rtsp_spec.rb in rtsp-0.4.4 vs spec/unit/rtsp_spec.rb in rtsp-0.4.5
- old
+ new
@@ -26,10 +26,10 @@
end
describe RTSP::VERSION do
it 'is set correctly' do
if RTSP.release_version?
- RTSP::VERSION.should == '0.4.4'
+ RTSP::VERSION.should == '0.4.5'
elsif RTSP.snapshot_version?
RTSP::VERSION.should == '0.4.4.SNAPSHOT'
else
RTSP::VERSION.should match %r[0\.4\.4\.\d{8}\.\d{6}]
end