Sha256: e4c77dc054048be0f2fbc72dc5d455c53f865066121cfb04f41e9b09e3225839
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
require "spec_helper" describe 'Version' do it 'should contains VERSION constant with correct format' do Howitzer.constants.should include(:VERSION) Howitzer::VERSION.should match(/^\d+\.\d+\.\d+$/) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
howitzer-0.0.3 | spec/howitzer/version_spec.rb |