Sha256: 960f03fbeb6b03d30c2e8d3b2c9d71221b766d102c509ba3c376238126347043
Contents?: true
Size: 240 Bytes
Versions: 7
Compression:
Stored size: 240 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
7 entries across 7 versions & 1 rubygems