Sha256: 17de008f2d4cc7b774e7726e3a6ae588af85ab81318d202047e0f5c43b7a268e
Contents?: true
Size: 318 Bytes
Versions: 10
Compression:
Stored size: 318 Bytes
Contents
# encoding: utf-8 require 'helper' class TestAddressCHIT < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::AddressCHIT, :canton) def test_ch_it_canton FFaker::AddressCHIT::CANTON.each do |canton| assert_match(/\A[- a-zàâ]+\z/i, canton) end end end
Version data entries
10 entries across 10 versions & 1 rubygems