Sha256: 7c43954e31b2f26417da8dc7af7cb1491ee020572aa0ebfcea475e790a1ecfb1
Contents?: true
Size: 283 Bytes
Versions: 21
Compression:
Stored size: 283 Bytes
Contents
# frozen_string_literal: true RSpec.describe :find_human_time_zones_by_offset do link :find_human_time_zones_by_offset, from: :ree_datetime it { gmt_12 = find_human_time_zones_by_offset("+12:00") expect(gmt_12.length).to eq(4) expect(gmt_12).to be_a(Array) } end
Version data entries
21 entries across 21 versions & 1 rubygems