Sha256: 00c184d9b8cb1ec66ebbc7baeef598ad1a85b58d6754d4b970e006abb617fa47
Contents?: true
Size: 325 Bytes
Versions: 2
Compression:
Stored size: 325 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require 'semantic' describe Tablecloth::Rails do context 'VERSION constant' do it 'is a valid SemVer string (semver.org)' do version = Tablecloth::Rails::VERSION expect { Semantic::Version.new version }.to_not raise_error end # it end # context end # describe
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tablecloth-rails-1.0.102 | spec/tablecloth-rails_spec.rb |
tablecloth-rails-1.0.101 | spec/tablecloth-rails_spec.rb |