Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Fixed VERSION test
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Nov 12, 2012
1 parent bc8cc1e commit d051b2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/sdp_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
EOF

describe SDP do
it "VERSION is 0.2.6" do
SDP.const_get('VERSION').should eql '0.2.6'
describe "VERSION" do
specify { SDP.const_get('VERSION').should eql '0.2.8' }
end

it "raises when parsing malformed SDP text" do
Expand Down

0 comments on commit d051b2f

Please sign in to comment.