Sha256: 1a874fcad66427beae7e9999308f88659c184d7f591ced848c41fd8e1b7a5027
Contents?: true
Size: 200 Bytes
Versions: 9
Compression:
Stored size: 200 Bytes
Contents
require 'rspec' require 'spec_helper' describe 'Version' do it 'should be the version number' do a = RailsCountrySelect::VERSION a.class.should be(String) a.should_not be_nil end end
Version data entries
9 entries across 9 versions & 1 rubygems