Skip to content

Commit

Permalink
Add pre to supported version expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed May 10, 2016
1 parent 3806c8d commit fb8bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/packetfu_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

describe PacketFu, "version information" do
it "reports a version number" do
PacketFu::VERSION.should match /^1\.[0-9]+\.[0-9]+$/
PacketFu::VERSION.should match /^1\.[0-9]+\.[0-9]+(.pre)?$/
end
its(:version) {should eq PacketFu::VERSION}

Expand Down

0 comments on commit fb8bcd4

Please sign in to comment.