Sha256: 59798895db37e2ef931c58b455f7b37d6735d8190038b34d3f4663f9f0df5d49

Contents?: true

Size: 249 Bytes

Versions: 5

Compression:

Stored size: 249 Bytes

Contents

# Force a particular timezone to be local (helps find issues when local
# timezone isn't GMT). This won't work on Windows.
ENV['TZ'] = 'America/Los_Angeles'

require 'test/unit'
Dir[File.join(File.dirname(__FILE__), 'tc_*.rb')].each {|t| require t}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tzinfo-0.3.10 test/ts_all.rb
tzinfo-0.3.11 test/ts_all.rb
tzinfo-0.3.12 test/ts_all.rb
tzinfo-0.3.13 test/ts_all.rb
tzinfo-0.3.9 test/ts_all.rb