Sha256: 1f0817dcc234eddfbf41980cfbce9140ff533408677aa961b422201b60538779
Contents?: true
Size: 290 Bytes
Versions: 7
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true require '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
7 entries across 7 versions & 1 rubygems