Sha256: 68bfa02c586e49082b77b0b604f3619829edba046db64e8e8464a6d33417b829
Contents?: true
Size: 448 Bytes
Versions: 77
Compression:
Stored size: 448 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils') include TZInfo class TCDataTimezoneInfo < Minitest::Test def test_identifier ti = DataTimezoneInfo.new('Test/Zone') assert_equal('Test/Zone', ti.identifier) end def test_construct_timezone ti = DataTimezoneInfo.new('Test/Zone') tz = ti.create_timezone assert_kind_of(DataTimezone, tz) assert_equal('Test/Zone', tz.identifier) end end
Version data entries
77 entries across 73 versions & 27 rubygems