Sha256: 0c23f058025846004805f4fd0308800b2801bf92889eae2ff075d27cb7ce3698
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestAddressCHIT < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::AddressCHIT, :canton) def test_ch_it_canton FFakerTW::AddressCHIT::CANTON.each do |canton| assert_match(/\A[- a-zàâ]+\z/i, canton) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_address_ch_it.rb |