spec/unit/version_spec.rb in howitzer-1.1.1 vs spec/unit/version_spec.rb in howitzer-2.0.0

- old
+ new

@@ -3,6 +3,6 @@ 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 \ No newline at end of file +end