Sha256: 055cba033222f7ff6faf3215c42108512b5dd8e06c4133cff7814dfc81e528df
Contents?: true
Size: 337 Bytes
Versions: 77
Compression:
Stored size: 337 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') include TZInfo class TCCountryInfo < Minitest::Test def test_code ci = CountryInfo.new('ZZ', 'Zzz') {|c| } assert_equal('ZZ', ci.code) end def test_name ci = CountryInfo.new('ZZ', 'Zzz') {|c| } assert_equal('Zzz', ci.name) end end
Version data entries
77 entries across 73 versions & 27 rubygems