Sha256: 92f226b61ca7f39751ecab215f4481c3f084d6ff5d2d17b6bd3b3dc088a2adc7
Contents?: true
Size: 284 Bytes
Versions: 9
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestConference < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::Conference, :name) def test_name assert_match(/1\+|[ a-z]+/i, FFakerTW::Conference.name) end end
Version data entries
9 entries across 9 versions & 1 rubygems