Sha256: a25be64fab6397fbc7ec08e370aa5e98ee43ccd34c28414453b083fa31d0da85
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
# -*- ruby -*- #encoding: utf-8 require 'helpers' require 'rspec' require 'fivefish' describe Fivefish do describe "version methods" do it "returns a version string if asked" do described_class.version_string.should =~ /\w+ [\d.]+/ end it "returns a version string with a build number if asked" do described_class.version_string(true).should =~ /\w+ [\d.]+ \(build [[:xdigit:]]+\)/ end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rdoc-generator-fivefish-0.1.0 | spec/fivefish_spec.rb |