spec/lib/fozzie/version_spec.rb in fozzie-0.0.27 vs spec/lib/fozzie/version_spec.rb in fozzie-1.0.0

- old
+ new

@@ -1,9 +1,9 @@ require 'spec_helper' describe "Fozzie Version" do - it "exists" do + it "is correct formatted" do Fozzie::VERSION.should be_kind_of(String) Fozzie::VERSION.should match(/\d{1,3}?\.?/) end end \ No newline at end of file