Sha256: 839b5373305a543a05a62ef0efe73b55fc80ff7e906588d01fa416384282fedc
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true require_relative 'helper' class TestFakerIdentificationKr < Test::Unit::TestCase include DeterministicHelper assert_methods_are_deterministic(FFakerTW::IdentificationKr, :rrn) def setup @tester = FFakerTW::IdentificationKr end def test_rrn assert_match(/\A\d{6}-\d{7}\z/, @tester.rrn) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ffakerTW-0.1.0 | test/test_identification_kr.rb |