Sha256: 72354dde0ed97e00f21fbd3dbb20d4cf474a74cd80abf397b58ffab8209c9aa1

Contents?: true

Size: 490 Bytes

Versions: 3

Compression:

Stored size: 490 Bytes

Contents

require File.join(File.expand_path(File.dirname(__FILE__)), 'test_utils.rb')

# Use a zoneinfo directory containing files needed by the tests.
# The symlinks in this directory are set up in test_utils.rb.
zoneinfo_path = File.join(File.expand_path(File.dirname(__FILE__)), 'zoneinfo')
TZInfo.const_get(:RubyCoreSupport).untaint(zoneinfo_path) if RUBY_VERSION < '2.7'
TZInfo::DataSource.set(:zoneinfo, zoneinfo_path)

require File.join(File.expand_path(File.dirname(__FILE__)), 'ts_all.rb')

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
mumukit-content-type-1.12.1 vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_zoneinfo.rb
mumukit-content-type-1.12.0 vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_zoneinfo.rb
tzinfo-1.2.11 test/ts_all_zoneinfo.rb