Sha256: 8121a30be409af91832aa01065110436275c03f460b376a4ac8dd8f6294cd92c
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestColorPL < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::ColorPL, :name) def test_name assert_match(/\A[a-ząćęłńóśźżé]+\z/, FFakerTW::ColorPL.name) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_color_pl.rb |