Sha256: da00f74bf11b45bf033745dfa7fc597e81f7a7eb63c58368cea34d983e66d4e1
Contents?: true
Size: 284 Bytes
Versions: 10
Compression:
Stored size: 284 Bytes
Contents
# encoding: utf-8 require 'helper' class TestAddressCHDE < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::AddressCHDE, :canton) def test_ch_de_canton assert_match(/\A[-. a-zæøåü]+\z/i, FFaker::AddressCHDE.canton) end end
Version data entries
10 entries across 10 versions & 1 rubygems