Sha256: e2d9538f32436107cceb08dbee017f343f45c4285f9398142d39fb4a380384a3
Contents?: true
Size: 248 Bytes
Versions: 77
Compression:
Stored size: 248 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') include TZInfo class TCTimezoneInfo < Minitest::Test def test_identifier ti = TimezoneInfo.new('Test/Zone') assert_equal('Test/Zone', ti.identifier) end end
Version data entries
77 entries across 73 versions & 27 rubygems