Sha256: efe22bcb213c74feaf87766ecff23bf5786b5c23631e69eb9e1277a6de4dfb40
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestAddressCHDE < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::AddressCHDE, :canton) def test_ch_de_canton assert_match(/\A[-. a-zæøåü]+\z/i, FFakerTW::AddressCHDE.canton) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_address_ch_de.rb |