Sha256: a9f459fe4e0977eb44e79cd0711c22a7d3ec143aff55d21d9d8153af9865c10f

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

# frozen_string_literal: true

require_relative 'helper'

class TestColorUA < Test::Unit::TestCase
  include DeterministicHelper

  assert_methods_are_deterministic(FFakerTW::ColorUA, :name)

  def test_name
    assert_match(/\A[а-яА-ЯіїєґІЇЄҐ’\-\s]+\z/, FFakerTW::ColorUA.name)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffakerTW-0.1.0 test/test_color_ua.rb