Sha256: 999be49838c7f0939d2a5fce9c82ab560b2b99e4db936a74426af816a2709298
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
require 'spec_helper' describe "Fozzie Version" do it "is correct formatted" do Fozzie::VERSION.should be_kind_of(String) Fozzie::VERSION.should match(/\d{1,3}?\.?/) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fozzie-1.0.2 | spec/lib/fozzie/version_spec.rb |
fozzie-1.0.1 | spec/lib/fozzie/version_spec.rb |
fozzie-1.0.0 | spec/lib/fozzie/version_spec.rb |