Sha256: 70880a64c37dc5ef1f91aac9d8a06069295f3e1e862d81aec4bc07e514567506
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
# encoding: utf-8 require_relative '../spec_helper' describe "Version" do subject { Riksteatern::VERSION } it "returns a version string" do subject.must_match(/^\d+\.\d+\.\d+$/) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
riksteatern-0.0.1 | spec/riksteatern/version_spec.rb |