Sha256: 7ae93ce84db736088a9cfbc116999102e117b24852538a616edc0bfbce6ce649
Contents?: true
Size: 197 Bytes
Versions: 2
Compression:
Stored size: 197 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fozzie-1.1.0 | spec/lib/fozzie/version_spec.rb |
fozzie-1.0.3 | spec/lib/fozzie/version_spec.rb |