Sha256: ef9dbc12b2f6a9d488ac59a7f5b3212048de10193264a390dd3884084fca952a
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
require 'spec_helper' describe FitParser do describe "VERSION" do subject{ FitParser::VERSION } it { is_expected.to be_a(String) } it { is_expected.to match(/\d{1,2}\.\d{1,2}\.\d{1,2}/) } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fit_parser-0.0.5 | spec/fit_parser_spec.rb |
fit_parser-0.0.4 | spec/fit_parser_spec.rb |