spec/unit/rtsp_spec.rb in rtsp-0.4.2 vs spec/unit/rtsp_spec.rb in rtsp-0.4.3
- old
+ new
@@ -19,9 +19,9 @@
describe RTSP do
it "should have a VERSION constant" do
RTSP.const_defined?('VERSION').should be_true
end
- it "has version 0.4.2" do
- RTSP::VERSION.should == '0.4.2'
+ it "has version 0.4.3" do
+ RTSP::VERSION.should == '0.4.3'
end
end