Sha256: 5c59a795b8dc58441ed2c0bc614d5c4214c007070b70db987f23ed9908616085
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestColorUA < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFaker::ColorUA, :name) def test_name assert_match(/\A[а-яА-ЯіїєґІЇЄҐ’\-\s]+\z/, FFaker::ColorUA.name) end end
Version data entries
6 entries across 6 versions & 1 rubygems