Sha256: 744d1db10c30322c82620ddb285d0e652609362e65c14ba754a7fa93ddf94f6e
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
require "spec_helper" describe Howitzer do it { expect(subject.constants).to include(:VERSION) } it 'should contains VERSION constant with correct format' do expect(Howitzer::VERSION).to match(/^\d+\.\d+(\.\d+)?$/) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
howitzer-1.0.2 | spec/unit/version_spec.rb |
howitzer-1.0.1 | spec/unit/version_spec.rb |