Sha256: 8fa4fe27045978fa43dafc27de46704bf8ce9b0d961e202a9cd9944048d43d18
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Qfill do it 'has string version' do expect(Qfill::VERSION).to be_a(String) end it 'has major, minor & patch version levels' do expect(Qfill::VERSION).to match(/\d+\.\d+\.\d+/) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qfill-0.1.1 | spec/qfill_spec.rb |
qfill-0.1.0 | spec/qfill_spec.rb |