ffaker 2.20.0 → 2.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/Changelog.md +21 -0
  3. data/README.md +15 -4
  4. data/REFERENCE.md +1423 -1396
  5. data/Rakefile +9 -40
  6. data/bin/console +9 -0
  7. data/ffaker.gemspec +9 -19
  8. data/lib/ffaker/address_br.rb +14 -2
  9. data/lib/ffaker/address_it.rb +0 -1
  10. data/lib/ffaker/address_ua.rb +1 -1
  11. data/lib/ffaker/animal_br.rb +12 -0
  12. data/lib/ffaker/book.rb +5 -5
  13. data/lib/ffaker/code.rb +1 -1
  14. data/lib/ffaker/company.rb +4 -7
  15. data/lib/ffaker/company_fr.rb +1 -1
  16. data/lib/ffaker/data/address_br/complement +3 -0
  17. data/lib/ffaker/data/address_br/neighborhood_prefixes +3 -0
  18. data/lib/ffaker/data/address_de/state +1 -0
  19. data/lib/ffaker/data/animal_br/common_names +423 -0
  20. data/lib/ffaker/data/jo_jo/first_names +356 -0
  21. data/lib/ffaker/data/jo_jo/full_names +225 -0
  22. data/lib/ffaker/data/jo_jo/last_names +153 -0
  23. data/lib/ffaker/data/jo_jo/stands +149 -0
  24. data/lib/ffaker/date.rb +31 -0
  25. data/lib/ffaker/geolocation.rb +2 -2
  26. data/lib/ffaker/html_ipsum.rb +7 -1
  27. data/lib/ffaker/identification_br.rb +1 -1
  28. data/lib/ffaker/identification_ec.rb +39 -0
  29. data/lib/ffaker/identification_es_cl.rb +2 -2
  30. data/lib/ffaker/identification_es_co.rb +1 -1
  31. data/lib/ffaker/identification_kr.rb +3 -3
  32. data/lib/ffaker/identification_pl.rb +4 -4
  33. data/lib/ffaker/identification_tw.rb +4 -3
  34. data/lib/ffaker/jo_jo.rb +24 -0
  35. data/lib/ffaker/name_pl.rb +1 -1
  36. data/lib/ffaker/number.rb +2 -2
  37. data/lib/ffaker/ssn_se.rb +2 -2
  38. data/lib/ffaker/string.rb +7 -7
  39. data/lib/ffaker/time.rb +4 -4
  40. data/lib/ffaker/utils/module_utils.rb +4 -5
  41. data/lib/ffaker/utils/unique_utils.rb +30 -21
  42. data/lib/ffaker/vehicle.rb +63 -1
  43. data/lib/{version.rb → ffaker/version.rb} +1 -1
  44. data/lib/ffaker.rb +8 -4
  45. data/scripts/reference.rb +15 -13
  46. data/test/helper.rb +2 -4
  47. data/test/test_address_br.rb +15 -2
  48. data/test/test_address_da.rb +3 -3
  49. data/test/test_address_fi.rb +2 -2
  50. data/test/test_address_se.rb +2 -2
  51. data/test/test_animal_br.rb +17 -0
  52. data/test/test_cheesy_lingo.rb +1 -1
  53. data/test/test_color.rb +3 -3
  54. data/test/test_date.rb +37 -0
  55. data/test/test_filesystem.rb +3 -3
  56. data/test/test_freedom_ipsum.rb +1 -1
  57. data/test/test_gender_it.rb +1 -1
  58. data/test/test_gender_ja.rb +1 -1
  59. data/test/test_gender_jp.rb +1 -1
  60. data/test/test_gender_pl.rb +1 -1
  61. data/test/test_healthcare_ru.rb +1 -1
  62. data/test/test_hipster_ipsum.rb +1 -1
  63. data/test/test_html_ipsum.rb +6 -0
  64. data/test/test_identification_ec.rb +33 -0
  65. data/test/test_identification_es_mx.rb +1 -1
  66. data/test/test_internet_se.rb +2 -1
  67. data/test/test_jo_jo.rb +29 -0
  68. data/test/test_lorem_br.rb +1 -1
  69. data/test/test_lorem_cn.rb +3 -3
  70. data/test/test_lorem_fr.rb +3 -3
  71. data/test/test_lorem_ie.rb +2 -2
  72. data/test/test_lorem_kr.rb +3 -3
  73. data/test/test_lorem_pl.rb +2 -2
  74. data/test/test_lorem_ru.rb +3 -3
  75. data/test/test_lorem_ua.rb +3 -3
  76. data/test/test_module_utils.rb +33 -0
  77. data/test/test_name_da.rb +1 -1
  78. data/test/test_name_ph.rb +1 -1
  79. data/test/test_name_ru.rb +2 -2
  80. data/test/test_name_ua.rb +2 -2
  81. data/test/test_phone_number_se.rb +1 -1
  82. data/test/test_phone_number_sg.rb +8 -8
  83. data/test/test_unique_utils.rb +25 -5
  84. data/test/test_vehicle.rb +28 -1
  85. metadata +24 -197
data/test/test_name_ph.rb CHANGED
@@ -5,7 +5,7 @@ require_relative 'helper'
5
5
  class TestFakerNamePH < Test::Unit::TestCase
6
6
  include DeterministicHelper
7
7
 
8
- PH_REGEXP = /\A([\wñÑú-]+\.? ?){2,5}\z/.freeze
8
+ PH_REGEXP = /\A([\wñÑú-]+\.? ?){2,5}\z/
9
9
 
10
10
  assert_methods_are_deterministic(
11
11
  FFaker::NamePH,
data/test/test_name_ru.rb CHANGED
@@ -5,8 +5,8 @@ require_relative 'helper'
5
5
  class TestNameRU < Test::Unit::TestCase
6
6
  include DeterministicHelper
7
7
 
8
- RU_REGEX = /\A[а-яА-Я]{2,}\z/.freeze
9
- RU_REGEX_MULTIPLE_WORDS = /\A[а-яА-Я\s]+\z/.freeze
8
+ RU_REGEX = /\A[а-яА-Я]{2,}\z/
9
+ RU_REGEX_MULTIPLE_WORDS = /\A[а-яА-Я\s]+\z/
10
10
 
11
11
  assert_methods_are_deterministic(
12
12
  FFaker::NameRU,
data/test/test_name_ua.rb CHANGED
@@ -15,8 +15,8 @@ class TestNameUA < Test::Unit::TestCase
15
15
  def setup
16
16
  @tester = FFaker::NameUA
17
17
 
18
- @single_word_name_regexp = /\A[а-яА-ЯіїєґІЇЄҐ’\-]+\z/.freeze
19
- @multiple_words_name_regexp = /\A[а-яА-ЯіїєґІЇЄҐ’\-\s]+\z/.freeze
18
+ @single_word_name_regexp = /\A[а-яА-ЯіїєґІЇЄҐ’\-]+\z/
19
+ @multiple_words_name_regexp = /\A[а-яА-ЯіїєґІЇЄҐ’\-\s]+\z/
20
20
  end
21
21
 
22
22
  def test_first_name_male
@@ -16,7 +16,7 @@ class TestPhoneNumberSE < Test::Unit::TestCase
16
16
  @tester = FFaker::PhoneNumberSE
17
17
  end
18
18
 
19
- ALLOWED_CHARS = /[()\d +-]/.freeze
19
+ ALLOWED_CHARS = /[()\d +-]/
20
20
 
21
21
  def test_mobile_phone_prefix
22
22
  assert FFaker::PhoneNumberSE::MOBILE_PHONE_PREFIX.include?(@tester.mobile_prefix)
@@ -17,36 +17,36 @@ class TestPhoneNumberSG < Test::Unit::TestCase
17
17
  end
18
18
 
19
19
  def test_voip_number
20
- assert_match(/3\d{3}\s\d{4}/, @tester.voip_number)
20
+ assert_match(/\A3\d{3}\s\d{4}\z/, @tester.voip_number)
21
21
  end
22
22
 
23
23
  def test_fixed_line_number
24
- assert_match(/6\d{3}\s\d{4}/, @tester.fixed_line_number)
24
+ assert_match(/\A6\d{3}\s\d{4}\z/, @tester.fixed_line_number)
25
25
  end
26
26
 
27
27
  def test_mobile_number
28
- assert_match(/8\d{3}\s\d{4}/, @tester.mobile_number)
28
+ assert_match(/\A8\d{3}\s\d{4}\z/, @tester.mobile_number)
29
29
  end
30
30
 
31
31
  def test_mobile_or_pager_number
32
- assert_match(/9\d{3}\s\d{4}/, @tester.mobile_or_pager_number)
32
+ assert_match(/\A9\d{3}\s\d{4}\z/, @tester.mobile_or_pager_number)
33
33
  end
34
34
 
35
35
  def test_international_toll_free_number
36
- assert_match(/800\s\d{3}\s\d{4}/, @tester.international_toll_free_number)
36
+ assert_match(/\A800\s\d{3}\s\d{4}\z/, @tester.international_toll_free_number)
37
37
  end
38
38
 
39
39
  def test_toll_free_number
40
- assert_match(/1800\s\d{3}\s\d{4}/, @tester.toll_free_number)
40
+ assert_match(/\A1800\s\d{3}\s\d{4}\z/, @tester.toll_free_number)
41
41
  end
42
42
 
43
43
  def test_premium_service_number
44
- assert_match(/1900\s\d{3}\s\d{4}/, @tester.premium_service_number)
44
+ assert_match(/\A1900\s\d{3}\s\d{4}\z/, @tester.premium_service_number)
45
45
  end
46
46
 
47
47
  def test_phone_number
48
48
  10.times do
49
- assert_match(/[6,8,9]\d{3}\s\d{4}/, @tester.phone_number)
49
+ assert_match(/\A[689]\d{3}\s\d{4}\z/, @tester.phone_number)
50
50
  end
51
51
  end
52
52
  end
@@ -39,16 +39,36 @@ class TestUniqueUtils < Test::Unit::TestCase
39
39
  unique_object.test
40
40
  end
41
41
 
42
- FFaker::UniqueUtils.clear
42
+ unique_object.clear
43
43
 
44
44
  assert_equal(1, unique_object.test)
45
+ end
45
46
 
46
- assert_raises FFaker::UniqueUtils::RetryLimitExceeded do
47
- unique_object.test
47
+ def test_clears_all_unique_values
48
+ stubbed_generator = Object.new
49
+ def stubbed_generator.test
50
+ 1
51
+ end
52
+ other_stubbed_generator = Object.new
53
+ def other_stubbed_generator.test
54
+ 1
48
55
  end
49
56
 
50
- unique_object.clear
57
+ unique_object = FFaker::UniqueUtils.add_instance(stubbed_generator, 3)
58
+ other_unique_object = FFaker::UniqueUtils.add_instance(other_stubbed_generator, 3)
51
59
 
52
- assert_equal(1, unique_object.test)
60
+ [unique_object, other_unique_object].each do |tested_unique_object|
61
+ assert_equal(1, tested_unique_object.test)
62
+
63
+ assert_raises FFaker::UniqueUtils::RetryLimitExceeded do
64
+ tested_unique_object.test
65
+ end
66
+ end
67
+
68
+ FFaker::UniqueUtils.clear
69
+
70
+ [unique_object, other_unique_object].each do |tested_unique_object|
71
+ assert_equal(1, tested_unique_object.test)
72
+ end
53
73
  end
54
74
  end
data/test/test_vehicle.rb CHANGED
@@ -5,6 +5,14 @@ require_relative 'helper'
5
5
  class TestVehicle < Test::Unit::TestCase
6
6
  include DeterministicHelper
7
7
 
8
+ # https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)/Check_digit
9
+ VIN_TRANSLITERATION_VALUES = {
10
+ 'A' => 1, 'B' => 2, 'C' => 3, 'D' => 4, 'E' => 5, 'F' => 6, 'G' => 7, 'H' => 8,
11
+ 'J' => 1, 'K' => 2, 'L' => 3, 'M' => 4, 'N' => 5, 'P' => 7, 'R' => 9,
12
+ 'S' => 2, 'T' => 3, 'U' => 4, 'V' => 5, 'W' => 6, 'X' => 7, 'Y' => 8, 'Z' => 9
13
+ }.freeze
14
+ VIN_POSITION_WEIGHTS = [8, 7, 6, 5, 4, 3, 2, 10, 0, 9, 8, 7, 6, 5, 4, 3, 2].freeze
15
+
8
16
  assert_methods_are_deterministic(
9
17
  FFaker::Vehicle,
10
18
  :base_color, :drivetrain, :engine_cylinders, :engine_displacement,
@@ -41,7 +49,13 @@ class TestVehicle < Test::Unit::TestCase
41
49
  end
42
50
 
43
51
  def test_vin
44
- assert_match(/\A[A-Z0-9]{17}\z/, FFaker::Vehicle.vin)
52
+ vin = FFaker::Vehicle.vin
53
+
54
+ assert_match(/\A[A-Z0-9]{17}\z/, vin)
55
+ assert_not_match(/[IOQ]/, vin) # VINs can't have these letters
56
+ assert_includes(FFaker::Vehicle::VIN::VALID_ALPHA, vin[6]) # passenger vehicle designator
57
+ assert_includes(FFaker::Vehicle::VIN::VALID_YEAR_CHARS, vin[9]) # check year character
58
+ assert_equal(vin_checksum_digit(vin), vin[8])
45
59
  end
46
60
 
47
61
  def test_drivetrain
@@ -71,4 +85,17 @@ class TestVehicle < Test::Unit::TestCase
71
85
  def test_interior_upholstery
72
86
  assert_match(/\A[ a-z0-9]+\z/i, FFaker::Vehicle.interior_upholstery)
73
87
  end
88
+
89
+ private
90
+
91
+ def vin_checksum_digit(vin)
92
+ weighted_sum = vin.chars.each_with_index.sum do |char, idx|
93
+ (VIN_TRANSLITERATION_VALUES[char] || char).to_i * VIN_POSITION_WEIGHTS[idx]
94
+ end
95
+
96
+ check_digit = weighted_sum % 11
97
+ check_digit == '10' ? 'X' : check_digit
98
+ check_digit = 'X' if check_digit == 10
99
+ check_digit.to_s
100
+ end
74
101
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.20.0
4
+ version: 2.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - https://github.com/ffaker/ffaker/graphs/contributors
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-10-06 00:00:00.000000000 Z
12
+ date: 2023-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -69,6 +69,7 @@ files:
69
69
  - README.md
70
70
  - REFERENCE.md
71
71
  - Rakefile
72
+ - bin/console
72
73
  - ffaker.gemspec
73
74
  - lib/ffaker.rb
74
75
  - lib/ffaker/address.rb
@@ -100,6 +101,7 @@ files:
100
101
  - lib/ffaker/address_us.rb
101
102
  - lib/ffaker/airline.rb
102
103
  - lib/ffaker/animal.rb
104
+ - lib/ffaker/animal_br.rb
103
105
  - lib/ffaker/animal_cn.rb
104
106
  - lib/ffaker/animal_es.rb
105
107
  - lib/ffaker/animal_pl.rb
@@ -131,6 +133,8 @@ files:
131
133
  - lib/ffaker/data/address/street_suffix
132
134
  - lib/ffaker/data/address/time_zone
133
135
  - lib/ffaker/data/address_br/city
136
+ - lib/ffaker/data/address_br/complement
137
+ - lib/ffaker/data/address_br/neighborhood_prefixes
134
138
  - lib/ffaker/data/address_br/state
135
139
  - lib/ffaker/data/address_br/state_abbr
136
140
  - lib/ffaker/data/address_ca/city
@@ -235,6 +239,7 @@ files:
235
239
  - lib/ffaker/data/airline/codes_list
236
240
  - lib/ffaker/data/airline/names_list
237
241
  - lib/ffaker/data/animal/common_names
242
+ - lib/ffaker/data/animal_br/common_names
238
243
  - lib/ffaker/data/animal_cn/common_names
239
244
  - lib/ffaker/data/animal_es/common_names
240
245
  - lib/ffaker/data/animal_pl/common_names
@@ -299,6 +304,10 @@ files:
299
304
  - lib/ffaker/data/healthcare_ru/doctor_specialization
300
305
  - lib/ffaker/data/hipster_ipsum/hipster_words
301
306
  - lib/ffaker/data/identification_mx/estados_curp
307
+ - lib/ffaker/data/jo_jo/first_names
308
+ - lib/ffaker/data/jo_jo/full_names
309
+ - lib/ffaker/data/jo_jo/last_names
310
+ - lib/ffaker/data/jo_jo/stands
302
311
  - lib/ffaker/data/job/job_adj
303
312
  - lib/ffaker/data/job/job_noun
304
313
  - lib/ffaker/data/job/job_prefix
@@ -481,6 +490,7 @@ files:
481
490
  - lib/ffaker/data/vehicle/upholstery_list
482
491
  - lib/ffaker/data/venue/venue_list
483
492
  - lib/ffaker/data/youtube/video_ids
493
+ - lib/ffaker/date.rb
484
494
  - lib/ffaker/dizzle_ipsum.rb
485
495
  - lib/ffaker/education.rb
486
496
  - lib/ffaker/education_cn.rb
@@ -507,6 +517,7 @@ files:
507
517
  - lib/ffaker/html_ipsum.rb
508
518
  - lib/ffaker/identification.rb
509
519
  - lib/ffaker/identification_br.rb
520
+ - lib/ffaker/identification_ec.rb
510
521
  - lib/ffaker/identification_es.rb
511
522
  - lib/ffaker/identification_es_cl.rb
512
523
  - lib/ffaker/identification_es_co.rb
@@ -519,6 +530,7 @@ files:
519
530
  - lib/ffaker/image.rb
520
531
  - lib/ffaker/internet.rb
521
532
  - lib/ffaker/internet_se.rb
533
+ - lib/ffaker/jo_jo.rb
522
534
  - lib/ffaker/job.rb
523
535
  - lib/ffaker/job_br.rb
524
536
  - lib/ffaker/job_cn.rb
@@ -617,8 +629,8 @@ files:
617
629
  - lib/ffaker/utils/unique_utils.rb
618
630
  - lib/ffaker/vehicle.rb
619
631
  - lib/ffaker/venue.rb
632
+ - lib/ffaker/version.rb
620
633
  - lib/ffaker/youtube.rb
621
- - lib/version.rb
622
634
  - scripts/benchmark.rb
623
635
  - scripts/profile.sh
624
636
  - scripts/profiling.rb
@@ -653,6 +665,7 @@ files:
653
665
  - test/test_address_us.rb
654
666
  - test/test_airline.rb
655
667
  - test/test_animal.rb
668
+ - test/test_animal_br.rb
656
669
  - test/test_animal_cn.rb
657
670
  - test/test_animal_es.rb
658
671
  - test/test_animal_pl.rb
@@ -679,6 +692,7 @@ files:
679
692
  - test/test_course_mathematiques.rb
680
693
  - test/test_course_philosophie.rb
681
694
  - test/test_currency.rb
695
+ - test/test_date.rb
682
696
  - test/test_dizzle_ipsum.rb
683
697
  - test/test_education.rb
684
698
  - test/test_education_cn.rb
@@ -707,6 +721,7 @@ files:
707
721
  - test/test_identification.rb
708
722
  - test/test_identification_br.rb
709
723
  - test/test_identification_co.rb
724
+ - test/test_identification_ec.rb
710
725
  - test/test_identification_es.rb
711
726
  - test/test_identification_es_cl.rb
712
727
  - test/test_identification_es_mx.rb
@@ -718,6 +733,7 @@ files:
718
733
  - test/test_image.rb
719
734
  - test/test_internet.rb
720
735
  - test/test_internet_se.rb
736
+ - test/test_jo_jo.rb
721
737
  - test/test_job.rb
722
738
  - test/test_job_br.rb
723
739
  - test/test_job_cn.rb
@@ -819,6 +835,7 @@ licenses:
819
835
  metadata:
820
836
  changelog_uri: https://github.com/ffaker/ffaker/blob/main/Changelog.md
821
837
  documentation_uri: https://github.com/ffaker/ffaker/blob/main/REFERENCE.md
838
+ rubygems_mfa_required: 'true'
822
839
  post_install_message:
823
840
  rdoc_options:
824
841
  - "--charset=UTF-8"
@@ -828,205 +845,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
828
845
  requirements:
829
846
  - - ">="
830
847
  - !ruby/object:Gem::Version
831
- version: '2.5'
848
+ version: '3.0'
832
849
  required_rubygems_version: !ruby/object:Gem::Requirement
833
850
  requirements:
834
851
  - - ">="
835
852
  - !ruby/object:Gem::Version
836
853
  version: '0'
837
854
  requirements: []
838
- rubygems_version: 3.0.3.1
855
+ rubygems_version: 3.4.10
839
856
  signing_key:
840
- specification_version: 2
857
+ specification_version: 4
841
858
  summary: Ffaker generates dummy data.
842
- test_files:
843
- - test/test_guid.rb
844
- - test/test_address_mx.rb
845
- - test/test_healthcare_ru.rb
846
- - test/test_address_ch_de.rb
847
- - test/test_name_gr.rb
848
- - test/test_phone_number_cu.rb
849
- - test/test_name_kr.rb
850
- - test/test_gender_pl.rb
851
- - test/test_address_gr.rb
852
- - test/test_boolean.rb
853
- - test/test_job_vn.rb
854
- - test/test_freedom_ipsum.rb
855
- - test/test_gender_kr.rb
856
- - test/test_sport_pl.rb
857
- - test/test_ffaker.rb
858
- - test/test_name_id.rb
859
- - test/test_bank.rb
860
- - test/test_gender_it.rb
861
- - test/test_locale.rb
862
- - test/test_phone_number_id.rb
863
- - test/test_address_it.rb
864
- - test/test_address_fi.rb
865
- - test/test_game.rb
866
- - test/helper.rb
867
- - test/test_bacon_ipsum.rb
868
- - test/test_name_ar.rb
869
- - test/test_lorem_ar.rb
870
- - test/test_phone_number_sg.rb
871
- - test/test_address_ja.rb
872
- - test/test_name_vn.rb
873
- - test/test_company_fr.rb
874
- - test/test_gender.rb
875
- - test/test_cheesy_lingo.rb
876
- - test/test_geolocation.rb
877
- - test/test_name_th.rb
878
- - test/test_lorem_pl.rb
879
- - test/test_address_ru.rb
880
- - test/test_filesystem.rb
881
- - test/test_name_pl.rb
882
- - test/test_animal_pl.rb
883
- - test/test_name_ga.rb
884
- - test/test_address_br.rb
885
- - test/test_name_de.rb
886
- - test/test_address.rb
887
- - test/test_phone_number_pl.rb
888
- - test/test_phone_number_br.rb
889
- - test/test_phone_number_tw.rb
890
- - test/test_hipster_ipsum.rb
891
- - test/test_nato_alphabet.rb
892
- - test/test_name_nl.rb
893
- - test/test_lorem.rb
894
- - test/test_sport_ru.rb
895
- - test/test_movie.rb
896
- - test/test_aws.rb
897
- - test/test_html_ipsum.rb
898
- - test/test_phone_number_au.rb
899
- - test/test_color_pl.rb
900
- - test/test_lorem_cn.rb
901
- - test/test_job_cn.rb
902
- - test/test_name_th_en.rb
903
- - test/test_lorem_it.rb
904
- - test/test_identification_es_cl.rb
905
- - test/test_name_fr.rb
906
- - test/test_lorem_kr.rb
907
- - test/test_youtube.rb
908
- - test/test_identification_pl.rb
909
- - test/test_address_ch.rb
910
- - test/test_course_philosophie.rb
911
- - test/test_ssn.rb
912
- - test/test_job_kr.rb
913
- - test/test_address_de.rb
914
- - test/test_unique_utils.rb
915
- - test/test_code.rb
916
- - test/test_name_es.rb
917
- - test/test_phone_number.rb
918
- - test/test_phone_number_ru.rb
919
- - test/test_phone_number_fr.rb
920
- - test/test_name_sn.rb
921
- - test/test_company.rb
922
- - test/test_address_nl.rb
923
- - test/test_address_ca.rb
924
- - test/test_number.rb
925
- - test/test_phone_number_nl.rb
926
- - test/test_gender_id.rb
927
- - test/test_address_fr.rb
928
- - test/test_book.rb
929
- - test/test_identification_kr.rb
930
- - test/test_phone_number_se.rb
931
- - test/test_phone_number_sn.rb
932
- - test/test_gender_ru.rb
933
- - test/test_string.rb
934
- - test/test_lorem_ru.rb
935
- - test/test_address_in.rb
936
- - test/test_lorem_br.rb
937
- - test/test_ssn_mx.rb
938
- - test/test_sem_ver.rb
939
- - test/test_address_ua.rb
940
- - test/test_name_cn.rb
941
- - test/test_color_ua.rb
942
- - test/test_identification_es.rb
943
- - test/test_currency.rb
944
- - test/test_lorem_fr.rb
945
- - test/test_education_cn.rb
946
- - test/test_identification_it.rb
947
- - test/test_name_kh.rb
948
- - test/test_name_mx.rb
949
- - test/test_sport_us.rb
950
- - test/test_job_it.rb
951
- - test/test_lorem_ja.rb
952
- - test/test_food.rb
953
- - test/test_company_it.rb
954
- - test/test_internet.rb
955
- - test/test_food_pl.rb
956
- - test/test_color.rb
957
- - test/test_avatar.rb
958
- - test/test_time.rb
959
- - test/test_address_id.rb
960
- - test/test_address_kr.rb
961
- - test/test_phone_number_de.rb
962
- - test/test_tweet.rb
963
- - test/test_job_ja.rb
964
- - test/test_name_se.rb
965
- - test/test_phone_number_mx.rb
966
- - test/test_address_da.rb
967
- - test/test_name_cs.rb
968
- - test/test_address_ch_fr.rb
969
- - test/test_gender_jp.rb
970
- - test/test_dizzle_ipsum.rb
971
- - test/test_name_it.rb
972
- - test/test_address_sn.rb
973
- - test/test_name_ja.rb
974
- - test/test_gender_cn.rb
975
- - test/test_company_cn.rb
976
- - test/test_units.rb
977
- - test/test_company_ja.rb
978
- - test/test_name.rb
979
- - test/test_job_fr.rb
980
- - test/test_identification_es_mx.rb
981
- - test/test_address_uk.rb
982
- - test/test_phone_number_da.rb
983
- - test/test_address_ch_it.rb
984
- - test/test_job.rb
985
- - test/test_address_us.rb
986
- - test/test_address_se.rb
987
- - test/test_name_ua.rb
988
- - test/test_ssn_se.rb
989
- - test/test_units_metric.rb
990
- - test/test_identification_co.rb
991
- - test/test_animal_cn.rb
992
- - test/test_gender_ja.rb
993
- - test/test_animal_us.rb
994
- - test/test_education.rb
995
- - test/test_phone_number_kr.rb
996
- - test/test_products.rb
997
- - test/test_animal_es.rb
998
- - test/test_address_pl.rb
999
- - test/test_vehicle.rb
1000
- - test/test_gender_br.rb
1001
- - test/test_name_tw.rb
1002
- - test/test_airline.rb
1003
- - test/test_internet_se.rb
1004
- - test/test_phone_number_it.rb
1005
- - test/test_identification_br.rb
1006
- - test/test_music.rb
1007
- - test/test_skill.rb
1008
- - test/test_identification.rb
1009
- - test/test_venue.rb
1010
- - test/test_animal.rb
1011
- - test/test_healthcare_ipsum.rb
1012
- - test/test_conference.rb
1013
- - test/test_company_se.rb
1014
- - test/test_name_nb.rb
1015
- - test/test_identification_in.rb
1016
- - test/test_module_utils.rb
1017
- - test/test_array_utils.rb
1018
- - test/test_units_english.rb
1019
- - test/test_name_br.rb
1020
- - test/test_phone_number_ua.rb
1021
- - test/test_lorem_ie.rb
1022
- - test/test_name_ru.rb
1023
- - test/test_sports.rb
1024
- - test/test_lorem_ua.rb
1025
- - test/test_name_ph.rb
1026
- - test/test_name_da.rb
1027
- - test/test_job_br.rb
1028
- - test/test_identification_tw.rb
1029
- - test/test_image.rb
1030
- - test/test_phone_number_ja.rb
1031
- - test/test_course_mathematiques.rb
1032
- - test/test_address_au.rb
859
+ test_files: []