File: ts_all_ruby_format1.rb

package info (click to toggle)
ruby-tzinfo 2.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,824 kB
  • sloc: ruby: 21,667; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# encoding: UTF-8
# frozen_string_literal: true

TZINFO_TEST_DATA_FORMAT = 1
COVERAGE_TYPE = 'ruby_format_1'

require_relative 'test_utils'

TZInfo::DataSource.set(:ruby)

require_relative 'ts_all'