Sha256: ab4d3354b374370dd9992cf7aeccdb799c2a9d3f67cb8578908d64615cb20e94
Contents?: true
Size: 239 Bytes
Versions: 2
Compression:
Stored size: 239 Bytes
Contents
require 'spec_helper' RSpec.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.1.1 | spec/unit/version_spec.rb |
howitzer-1.1.0 | spec/unit/version_spec.rb |