ffaker 2.7.0 → 2.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,10 +4,10 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'ffaker'
7
- s.version = '2.7.0'
8
- s.date = '2017-09-19'
7
+ s.version = '2.8.0'
8
+ s.date = '2018-01-04'
9
9
  s.rubyforge_project = 'ffaker'
10
- s.required_ruby_version = '>= 1.9'
10
+ s.required_ruby_version = '>= 2.0'
11
11
 
12
12
  s.license = 'MIT'
13
13
 
@@ -31,6 +31,7 @@ Gem::Specification.new do |s|
31
31
  Changelog.md
32
32
  Gemfile
33
33
  LICENSE
34
+ RANDOM.md
34
35
  README.md
35
36
  REFERENCE.md
36
37
  Rakefile
@@ -1,5 +1,5 @@
1
1
  module FFaker
2
- VERSION = '2.2.0'.freeze
2
+ VERSION = '2.8.0'.freeze
3
3
 
4
4
  require 'ffaker/utils/array_utils'
5
5
  require 'ffaker/utils/module_utils'
@@ -28,10 +28,149 @@ module FFaker
28
28
  letterify(numerify(masks))
29
29
  end
30
30
 
31
- # Load all constants.
32
- Dir["#{BASE_LIB_PATH}/ffaker/*.rb"].sort.each do |f|
33
- require "ffaker/#{File.basename(f, '.rb')}"
34
- end
31
+ autoload :Address, 'ffaker/address'
32
+ autoload :AddressAU, 'ffaker/address_au'
33
+ autoload :AddressBR, 'ffaker/address_br'
34
+ autoload :AddressCA, 'ffaker/address_ca'
35
+ autoload :AddressCH, 'ffaker/address_ch'
36
+ autoload :AddressCHDE, 'ffaker/address_ch_de'
37
+ autoload :AddressCHFR, 'ffaker/address_ch_fr'
38
+ autoload :AddressCHIT, 'ffaker/address_ch_it'
39
+ autoload :AddressDA, 'ffaker/address_da'
40
+ autoload :AddressDE, 'ffaker/address_de'
41
+ autoload :AddressFI, 'ffaker/address_fi'
42
+ autoload :AddressFR, 'ffaker/address_fr'
43
+ autoload :AddressGR, 'ffaker/address_gr'
44
+ autoload :AddressID, 'ffaker/address_id'
45
+ autoload :AddressIN, 'ffaker/address_in'
46
+ autoload :AddressJA, 'ffaker/address_ja'
47
+ autoload :AddressKR, 'ffaker/address_kr'
48
+ autoload :AddressMX, 'ffaker/address_mx'
49
+ autoload :AddressNL, 'ffaker/address_nl'
50
+ autoload :AddressPL, 'ffaker/address_pl'
51
+ autoload :AddressRU, 'ffaker/address_ru'
52
+ autoload :AddressSE, 'ffaker/address_se'
53
+ autoload :AddressSN, 'ffaker/address_sn'
54
+ autoload :AddressUA, 'ffaker/address_ua'
55
+ autoload :AddressUK, 'ffaker/address_uk'
56
+ autoload :AddressUS, 'ffaker/address_us'
57
+ autoload :Airline, 'ffaker/airline'
58
+ autoload :Animal, 'ffaker/animals'
59
+ autoload :Avatar, 'ffaker/avatar'
60
+ autoload :AWS, 'ffaker/aws'
61
+ autoload :BaconIpsum, 'ffaker/bacon_ipsum'
62
+ autoload :Book, 'ffaker/book'
63
+ autoload :Boolean, 'ffaker/boolean'
64
+ autoload :CheesyLingo, 'ffaker/cheesy_lingo'
65
+ autoload :Color, 'ffaker/color'
66
+ autoload :ColorUA, 'ffaker/color_ua'
67
+ autoload :Company, 'ffaker/company'
68
+ autoload :CompanyCN, 'ffaker/company_cn'
69
+ autoload :CompanyIT, 'ffaker/company_it'
70
+ autoload :CompanySE, 'ffaker/company_se'
71
+ autoload :Conference, 'ffaker/conference'
72
+ autoload :CoursesFR, 'ffaker/courses'
73
+ autoload :Currency, 'ffaker/currency'
74
+ autoload :DizzleIpsum, 'ffaker/dizzle_ipsum'
75
+ autoload :Education, 'ffaker/education'
76
+ autoload :Filesystem, 'ffaker/filesystem'
77
+ autoload :Food, 'ffaker/food'
78
+ autoload :Gender, 'ffaker/gender'
79
+ autoload :GenderBR, 'ffaker/gender_br'
80
+ autoload :GenderCN, 'ffaker/gender_cn'
81
+ autoload :GenderID, 'ffaker/gender_id'
82
+ autoload :GenderKR, 'ffaker/gender_kr'
83
+ autoload :Geolocation, 'ffaker/geolocation'
84
+ autoload :Guid, 'ffaker/guid'
85
+ autoload :HealthcareIpsum, 'ffaker/healthcare_ipsum'
86
+ autoload :HipsterIpsum, 'ffaker/hipster_ipsum'
87
+ autoload :HTMLIpsum, 'ffaker/html_ipsum'
88
+ autoload :Identification, 'ffaker/identification'
89
+ autoload :IdentificationBR, 'ffaker/identification_br'
90
+ autoload :IdentificationES, 'ffaker/identification_es'
91
+ autoload :IdentificationESCL, 'ffaker/identification_es_cl'
92
+ autoload :IdentificationESCO, 'ffaker/identification_es_co'
93
+ autoload :IdentificationKr, 'ffaker/identification_kr'
94
+ autoload :IdentificationMX, 'ffaker/identification_mx'
95
+ autoload :Internet, 'ffaker/internet'
96
+ autoload :InternetSE, 'ffaker/internet_se'
97
+ autoload :Job, 'ffaker/job'
98
+ autoload :JobBR, 'ffaker/job_br'
99
+ autoload :JobCN, 'ffaker/job_cn'
100
+ autoload :JobFR, 'ffaker/job_fr'
101
+ autoload :JobJA, 'ffaker/job_ja'
102
+ autoload :JobKR, 'ffaker/job_kr'
103
+ autoload :JobVN, 'ffaker/job_vn'
104
+ autoload :Locale, 'ffaker/locale'
105
+ autoload :Lorem, 'ffaker/lorem'
106
+ autoload :LoremAR, 'ffaker/lorem_ar'
107
+ autoload :LoremCN, 'ffaker/lorem_cn'
108
+ autoload :LoremFR, 'ffaker/lorem_fr'
109
+ autoload :LoremJA, 'ffaker/lorem_ja'
110
+ autoload :LoremKR, 'ffaker/lorem_kr'
111
+ autoload :LoremRU, 'ffaker/lorem_ru'
112
+ autoload :LoremUA, 'ffaker/lorem_ua'
113
+ autoload :Movie, 'ffaker/movie'
114
+ autoload :Music, 'ffaker/music'
115
+ autoload :Name, 'ffaker/name'
116
+ autoload :NameAR, 'ffaker/name_ar'
117
+ autoload :NameBR, 'ffaker/name_br'
118
+ autoload :NameCN, 'ffaker/name_cn'
119
+ autoload :NameCS, 'ffaker/name_cs'
120
+ autoload :NameDA, 'ffaker/name_da'
121
+ autoload :NameDE, 'ffaker/name_de'
122
+ autoload :NameFR, 'ffaker/name_fr'
123
+ autoload :NameGA, 'ffaker/name_ga'
124
+ autoload :NameGR, 'ffaker/name_gr'
125
+ autoload :NameID, 'ffaker/name_id'
126
+ autoload :NameIT, 'ffaker/name_it'
127
+ autoload :NameJA, 'ffaker/name_ja'
128
+ autoload :NameKH, 'ffaker/name_kh'
129
+ autoload :NameKR, 'ffaker/name_kr'
130
+ autoload :NameMX, 'ffaker/name_mx'
131
+ autoload :NameNB, 'ffaker/name_nb'
132
+ autoload :NameNL, 'ffaker/name_nl'
133
+ autoload :NamePH, 'ffaker/name_ph'
134
+ autoload :NamePL, 'ffaker/name_pl'
135
+ autoload :NameRU, 'ffaker/name_ru'
136
+ autoload :NameSE, 'ffaker/name_se'
137
+ autoload :NameSN, 'ffaker/name_sn'
138
+ autoload :NameTH, 'ffaker/name_th'
139
+ autoload :NameTHEN, 'ffaker/name_th_en'
140
+ autoload :NameUA, 'ffaker/name_ua'
141
+ autoload :NameVN, 'ffaker/name_vn'
142
+ autoload :NatoAlphabet, 'ffaker/nato_alphabet'
143
+ autoload :PhoneNumber, 'ffaker/phone_number'
144
+ autoload :PhoneNumberAU, 'ffaker/phone_number_au'
145
+ autoload :PhoneNumberBR, 'ffaker/phone_number_br'
146
+ autoload :PhoneNumberCH, 'ffaker/phone_number_ch'
147
+ autoload :PhoneNumberCU, 'ffaker/phone_number_cu'
148
+ autoload :PhoneNumberDA, 'ffaker/phone_number_da'
149
+ autoload :PhoneNumberDE, 'ffaker/phone_number_de'
150
+ autoload :PhoneNumberFR, 'ffaker/phone_number_fr'
151
+ autoload :PhoneNumberID, 'ffaker/phone_number_id'
152
+ autoload :PhoneNumberIT, 'ffaker/phone_number_it'
153
+ autoload :PhoneNumberKR, 'ffaker/phone_number_kr'
154
+ autoload :PhoneNumberMX, 'ffaker/phone_number_mx'
155
+ autoload :PhoneNumberNL, 'ffaker/phone_number_nl'
156
+ autoload :PhoneNumberSE, 'ffaker/phone_number_se'
157
+ autoload :PhoneNumberSG, 'ffaker/phone_number_sg'
158
+ autoload :PhoneNumberSN, 'ffaker/phone_number_sn'
159
+ autoload :Product, 'ffaker/product'
160
+ autoload :Skill, 'ffaker/skill'
161
+ autoload :Sport, 'ffaker/sport'
162
+ autoload :SSN, 'ffaker/ssn'
163
+ autoload :SSNMX, 'ffaker/ssn_mx'
164
+ autoload :SSNSE, 'ffaker/ssn_se'
165
+ autoload :String, 'ffaker/string'
166
+ autoload :Time, 'ffaker/time'
167
+ autoload :Tweet, 'ffaker/tweet'
168
+ autoload :Unit, 'ffaker/unit'
169
+ autoload :UnitEnglish, 'ffaker/unit_english'
170
+ autoload :UnitMetric, 'ffaker/unit_metric'
171
+ autoload :Vehicle, 'ffaker/vehicle'
172
+ autoload :Venue, 'ffaker/venue'
173
+ autoload :Youtube, 'ffaker/youtube'
35
174
 
36
175
  # Random Number Generator (RNG) used with ModuleUtils#fetch, #shuffle, #rand
37
176
  # in order to provide deterministic repeatability.
@@ -1,15 +1,29 @@
1
+ # frozen_string_literal: true
1
2
  # encoding: utf-8
2
3
 
3
4
  module FFaker
5
+ # Source: https://en.wikipedia.org/wiki/Telephone_numbers_in_France
4
6
  module PhoneNumberFR
5
7
  extend ModuleUtils
6
8
  extend self
7
9
 
8
- COUNTRY_PREFIX = %w[+33 0033 0].freeze
9
- AREA_PREFIX = %w[1 2 3 4 5].freeze
10
- MOBILE_PREFIX = %w[6 7].freeze
11
- PHONE_NUMBER = ['########', ' ## ## ## ##'].freeze
10
+ COUNTRY_CODE = '33'
11
+ AREA_PREFIX = %w[01 02 03 04 05].freeze
12
+ NON_AREA_PREFIX = %w[09].freeze
13
+ HOME_WORK_PHONE_PREFIX = AREA_PREFIX + NON_AREA_PREFIX
14
+ MOBILE_PHONE_PREFIX = %w[06 07].freeze
15
+ PHONE_PREFIX = HOME_WORK_PHONE_PREFIX + MOBILE_PHONE_PREFIX
16
+ PHONE_NUMBER = ['########', ' ## ## ## ##'].freeze
12
17
 
18
+ def home_work_phone_number
19
+ number HOME_WORK_PHONE_PREFIX
20
+ end
21
+
22
+ def mobile_phone_number
23
+ number MOBILE_PHONE_PREFIX
24
+ end
25
+
26
+ # generates mobile or home/work number
13
27
  def phone_number
14
28
  case rand(0..1)
15
29
  when 0 then home_work_phone_number
@@ -17,12 +31,44 @@ module FFaker
17
31
  end
18
32
  end
19
33
 
20
- def home_work_phone_number
21
- FFaker.numerify "#{COUNTRY_PREFIX.sample}#{AREA_PREFIX.sample}#{PHONE_NUMBER.sample}"
34
+ def country_code
35
+ "#{fetch_sample(['+', '00'])}#{COUNTRY_CODE}"
22
36
  end
23
37
 
24
- def mobile_phone_number
25
- FFaker.numerify "#{COUNTRY_PREFIX.sample}#{MOBILE_PREFIX.sample}#{PHONE_NUMBER.sample}"
38
+ def international_mobile_phone_number
39
+ number MOBILE_PHONE_PREFIX, country_code
40
+ end
41
+
42
+ def international_home_work_phone_number
43
+ number HOME_WORK_PHONE_PREFIX, country_code
44
+ end
45
+
46
+ def international_phone_number
47
+ case rand(0..1)
48
+ when 0 then international_mobile_phone_number
49
+ when 1 then international_home_work_phone_number
50
+ end
51
+ end
52
+
53
+ private
54
+
55
+ def number(prefixes, country_prefix = '')
56
+ space = random_space
57
+ prefix = fetch_sample(prefixes)
58
+ prefix = prefix[1] unless country_prefix == ''
59
+
60
+ FFaker.numerify [
61
+ country_prefix,
62
+ space,
63
+ # fetch_sample(AREA_CODE),
64
+ # space,
65
+ prefix,
66
+ fetch_sample(PHONE_NUMBER)
67
+ ].join.strip
68
+ end
69
+
70
+ def random_space
71
+ rand(0..1) == 1 ? ' ' : ''
26
72
  end
27
73
  end
28
74
  end
@@ -16,7 +16,7 @@ module FFaker
16
16
  else
17
17
  mod_name = ancestors.first.to_s.split('::').last
18
18
  data_path = "#{FFaker::BASE_LIB_PATH}/ffaker/data/#{underscore(mod_name)}/#{underscore(const_name.to_s)}"
19
- data = k File.read(data_path).split("\n")
19
+ data = k File.read(data_path, mode: 'r:UTF-8').split("\n")
20
20
  const_set const_name, data
21
21
  data
22
22
  end
@@ -8,7 +8,7 @@ ICONS = {
8
8
 
9
9
  # Get a list of sections
10
10
  def faker_modules
11
- FFaker.constants.map do |const|
11
+ FFaker.constants.sort.map do |const|
12
12
  mod = FFaker.const_get(const)
13
13
  next unless mod.is_a?(Module)
14
14
  next if mod == FFaker::ArrayUtils
@@ -22,7 +22,7 @@ end
22
22
  # Returns faker methods for a given module
23
23
  def faker_methods(mod)
24
24
  methods = mod.methods - Module.methods -
25
- %i[k underscore fetch_sample rand shuffle]
25
+ %i[k underscore fetch_sample rand shuffle unique]
26
26
 
27
27
  # For Company.name (et al), don't discard :name if it was reimplemented
28
28
  methods << :name if mod.send(:name) != mod.to_s
@@ -44,7 +44,7 @@ def escape(str)
44
44
  str.gsub('&', '&amp;').gsub('<', '&lt;').gsub('>', '&gt;').delete("\n")
45
45
  end
46
46
 
47
- sections = faker_modules.each.map do |mod|
47
+ sections = faker_modules.map do |mod|
48
48
  lines = []
49
49
 
50
50
  methods = faker_methods(mod)
@@ -0,0 +1,58 @@
1
+ # frozen_string_literal: true
2
+ # encoding: utf-8
3
+
4
+ require 'helper'
5
+
6
+ class TestPhoneNumberFR < Test::Unit::TestCase
7
+ include DeterministicHelper
8
+
9
+ assert_methods_are_deterministic(
10
+ FFaker::PhoneNumberFR,
11
+ :phone_number, :home_work_phone_number, :mobile_phone_number,
12
+ :international_phone_number, :international_mobile_phone_number,
13
+ :international_home_work_phone_number, :country_code
14
+ )
15
+
16
+ def setup
17
+ @tester = FFaker::PhoneNumberFR
18
+ end
19
+
20
+ def test_phone_number
21
+ 10.times do
22
+ assert_match(/^0[1-9](\s?\d{2}){4}$/, @tester.phone_number)
23
+ end
24
+ end
25
+
26
+ def test_home_work_phone_number
27
+ assert_match(/^0([1-5]|[8-9])(\s?\d{2}){4}$/,
28
+ @tester.home_work_phone_number)
29
+ end
30
+
31
+ def test_mobile_phone_number
32
+ assert_match(/^0([6-7])(\s?\d{2}){4}$/,
33
+ @tester.mobile_phone_number)
34
+ end
35
+
36
+ def test_international_phone_number
37
+ 10.times do
38
+ assert_match(/^(\+|00)33\s?([1-9])(\s?\d{2}){4}$/,
39
+ @tester.international_phone_number)
40
+ end
41
+ end
42
+
43
+ def test_international_mobile_phone_number
44
+ assert_match(/^(\+|00)33\s?([6-7])(\s?\d{2}){4}$/,
45
+ @tester.international_mobile_phone_number)
46
+ end
47
+
48
+ def test_international_home_work_phone_number
49
+ assert_match(/^(\+|00)33\s?([1-5]|[8-9])(\s?\d{2}){4}$/,
50
+ @tester.international_home_work_phone_number)
51
+ end
52
+
53
+ def test_country_code
54
+ 10.times do
55
+ assert_match(/(\+|00)33/, @tester.country_code)
56
+ end
57
+ end
58
+ 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.7.0
4
+ version: 2.8.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: 2017-09-19 00:00:00.000000000 Z
12
+ date: 2018-01-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -51,6 +51,7 @@ files:
51
51
  - Changelog.md
52
52
  - Gemfile
53
53
  - LICENSE
54
+ - RANDOM.md
54
55
  - README.md
55
56
  - REFERENCE.md
56
57
  - Rakefile
@@ -582,6 +583,7 @@ files:
582
583
  - test/test_phone_number_cu.rb
583
584
  - test/test_phone_number_da.rb
584
585
  - test/test_phone_number_de.rb
586
+ - test/test_phone_number_fr.rb
585
587
  - test/test_phone_number_id.rb
586
588
  - test/test_phone_number_kr.rb
587
589
  - test/test_phone_number_mx.rb
@@ -618,7 +620,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
618
620
  requirements:
619
621
  - - ">="
620
622
  - !ruby/object:Gem::Version
621
- version: '1.9'
623
+ version: '2.0'
622
624
  required_rubygems_version: !ruby/object:Gem::Requirement
623
625
  requirements:
624
626
  - - ">="
@@ -626,154 +628,155 @@ required_rubygems_version: !ruby/object:Gem::Requirement
626
628
  version: '0'
627
629
  requirements: []
628
630
  rubyforge_project: ffaker
629
- rubygems_version: 2.6.8
631
+ rubygems_version: 2.6.13
630
632
  signing_key:
631
633
  specification_version: 2
632
634
  summary: Ffaker generates dummy data.
633
635
  test_files:
634
- - test/helper.rb
635
- - test/test_address.rb
636
- - test/test_address_au.rb
637
- - test/test_address_br.rb
638
- - test/test_address_ca.rb
639
- - test/test_address_ch.rb
640
- - test/test_address_ch_de.rb
641
- - test/test_address_ch_fr.rb
642
- - test/test_address_ch_it.rb
643
- - test/test_address_da.rb
644
- - test/test_address_de.rb
645
- - test/test_address_fi.rb
646
- - test/test_address_fr.rb
647
- - test/test_address_gr.rb
648
- - test/test_address_id.rb
649
- - test/test_address_in.rb
650
- - test/test_address_ja.rb
651
- - test/test_address_kr.rb
636
+ - test/test_job_fr.rb
637
+ - test/test_ssn_se.rb
638
+ - test/test_identification_es_cl.rb
639
+ - test/test_identification_kr.rb
652
640
  - test/test_address_mx.rb
653
- - test/test_address_nl.rb
654
- - test/test_address_pl.rb
655
- - test/test_address_ru.rb
656
- - test/test_address_se.rb
657
- - test/test_address_sn.rb
658
- - test/test_address_ua.rb
659
- - test/test_address_uk.rb
660
- - test/test_address_us.rb
661
- - test/test_airline.rb
641
+ - test/test_name_ph.rb
642
+ - test/test_name.rb
643
+ - test/test_company_se.rb
644
+ - test/test_tweet.rb
662
645
  - test/test_animal.rb
663
- - test/test_array_utils.rb
646
+ - test/test_address_ja.rb
664
647
  - test/test_avatar.rb
665
- - test/test_aws.rb
666
- - test/test_bacon_ipsum.rb
667
- - test/test_book.rb
668
- - test/test_boolean.rb
669
- - test/test_cheesy_lingo.rb
648
+ - test/test_phone_number_kr.rb
649
+ - test/test_lorem_ua.rb
650
+ - test/test_name_pl.rb
651
+ - test/test_name_kr.rb
652
+ - test/test_phone_number_cu.rb
653
+ - test/test_address_id.rb
654
+ - test/test_nato_alphabet.rb
655
+ - test/test_job_cn.rb
656
+ - test/test_education.rb
657
+ - test/test_job_vn.rb
658
+ - test/test_gender_kr.rb
659
+ - test/test_name_th.rb
660
+ - test/test_name_ru.rb
661
+ - test/test_phone_number_au.rb
662
+ - test/test_job_br.rb
663
+ - test/test_food.rb
670
664
  - test/test_color.rb
671
- - test/test_color_ua.rb
672
- - test/test_company.rb
665
+ - test/test_name_mx.rb
666
+ - test/test_phone_number_sg.rb
667
+ - test/test_address_au.rb
668
+ - test/helper.rb
669
+ - test/test_units.rb
670
+ - test/test_sports.rb
673
671
  - test/test_company_cn.rb
672
+ - test/test_venue.rb
673
+ - test/test_name_ja.rb
674
+ - test/test_cheesy_lingo.rb
675
+ - test/test_name_th_en.rb
676
+ - test/test_gender.rb
677
+ - test/test_phone_number_id.rb
674
678
  - test/test_company_it.rb
675
- - test/test_company_se.rb
676
- - test/test_conference.rb
677
- - test/test_course_mathematiques.rb
678
- - test/test_course_philosophie.rb
679
- - test/test_currency.rb
680
- - test/test_dizzle_ipsum.rb
681
- - test/test_education.rb
682
- - test/test_faker.rb
679
+ - test/test_address_pl.rb
680
+ - test/test_lorem_fr.rb
681
+ - test/test_name_id.rb
682
+ - test/test_address_in.rb
683
+ - test/test_address_kr.rb
684
+ - test/test_identification_es_mx.rb
685
+ - test/test_book.rb
686
+ - test/test_skill.rb
683
687
  - test/test_filesystem.rb
684
- - test/test_food.rb
685
- - test/test_gender.rb
686
- - test/test_gender_br.rb
687
- - test/test_gender_cn.rb
688
+ - test/test_phone_number.rb
689
+ - test/test_units_metric.rb
688
690
  - test/test_gender_id.rb
689
- - test/test_gender_kr.rb
690
- - test/test_geolocation.rb
691
- - test/test_guid.rb
692
- - test/test_healthcare_ipsum.rb
693
- - test/test_hipster_ipsum.rb
694
- - test/test_html_ipsum.rb
695
- - test/test_identification.rb
696
- - test/test_identification_br.rb
697
- - test/test_identification_co.rb
698
- - test/test_identification_es.rb
699
- - test/test_identification_es_cl.rb
700
- - test/test_identification_es_mx.rb
701
- - test/test_identification_kr.rb
702
- - test/test_internet.rb
703
- - test/test_internet_se.rb
704
- - test/test_job.rb
705
- - test/test_job_br.rb
706
- - test/test_job_cn.rb
707
- - test/test_job_fr.rb
708
- - test/test_job_ja.rb
709
- - test/test_job_kr.rb
710
- - test/test_job_vn.rb
711
- - test/test_locale.rb
712
- - test/test_lorem.rb
713
691
  - test/test_lorem_ar.rb
714
692
  - test/test_lorem_cn.rb
715
- - test/test_lorem_fr.rb
716
- - test/test_lorem_ja.rb
693
+ - test/test_address_fi.rb
694
+ - test/test_currency.rb
695
+ - test/test_address_ch.rb
696
+ - test/test_address_ru.rb
697
+ - test/test_phone_number_mx.rb
698
+ - test/test_phone_number_da.rb
699
+ - test/test_address_ch_it.rb
700
+ - test/test_internet.rb
701
+ - test/test_job_ja.rb
702
+ - test/test_name_nb.rb
703
+ - test/test_module_utils.rb
704
+ - test/test_color_ua.rb
705
+ - test/test_address_us.rb
706
+ - test/test_address_gr.rb
707
+ - test/test_phone_number_se.rb
708
+ - test/test_phone_number_de.rb
709
+ - test/test_units_english.rb
710
+ - test/test_hipster_ipsum.rb
711
+ - test/test_healthcare_ipsum.rb
712
+ - test/test_dizzle_ipsum.rb
713
+ - test/test_array_utils.rb
714
+ - test/test_address_uk.rb
715
+ - test/test_name_ua.rb
716
+ - test/test_address_nl.rb
717
+ - test/test_address_fr.rb
718
+ - test/test_address_sn.rb
717
719
  - test/test_lorem_kr.rb
720
+ - test/test_address_br.rb
721
+ - test/test_string.rb
722
+ - test/test_guid.rb
723
+ - test/test_address_ch_fr.rb
724
+ - test/test_ssn.rb
725
+ - test/test_unique_utils.rb
726
+ - test/test_geolocation.rb
727
+ - test/test_name_ga.rb
728
+ - test/test_vehicle.rb
729
+ - test/test_name_se.rb
730
+ - test/test_name_de.rb
731
+ - test/test_boolean.rb
732
+ - test/test_lorem.rb
718
733
  - test/test_lorem_ru.rb
719
- - test/test_lorem_ua.rb
720
- - test/test_module_utils.rb
734
+ - test/test_name_da.rb
735
+ - test/test_internet_se.rb
736
+ - test/test_address.rb
737
+ - test/test_identification_br.rb
738
+ - test/test_products.rb
739
+ - test/test_address_ch_de.rb
740
+ - test/test_time.rb
741
+ - test/test_name_gr.rb
742
+ - test/test_airline.rb
743
+ - test/test_aws.rb
744
+ - test/test_conference.rb
745
+ - test/test_lorem_ja.rb
746
+ - test/test_address_ca.rb
721
747
  - test/test_movie.rb
748
+ - test/test_address_ua.rb
749
+ - test/test_phone_number_br.rb
750
+ - test/test_name_sn.rb
751
+ - test/test_course_mathematiques.rb
752
+ - test/test_name_cs.rb
753
+ - test/test_identification_es.rb
754
+ - test/test_name_nl.rb
755
+ - test/test_locale.rb
756
+ - test/test_name_fr.rb
722
757
  - test/test_music.rb
723
- - test/test_name.rb
724
- - test/test_name_ar.rb
758
+ - test/test_job.rb
759
+ - test/test_youtube.rb
725
760
  - test/test_name_br.rb
761
+ - test/test_identification_co.rb
762
+ - test/test_company.rb
763
+ - test/test_gender_cn.rb
764
+ - test/test_phone_number_sn.rb
765
+ - test/test_phone_number_fr.rb
766
+ - test/test_phone_number_nl.rb
767
+ - test/test_faker.rb
768
+ - test/test_address_se.rb
769
+ - test/test_name_vn.rb
770
+ - test/test_address_de.rb
771
+ - test/test_ssn_mx.rb
772
+ - test/test_identification.rb
773
+ - test/test_bacon_ipsum.rb
774
+ - test/test_gender_br.rb
775
+ - test/test_name_ar.rb
776
+ - test/test_course_philosophie.rb
726
777
  - test/test_name_cn.rb
727
- - test/test_name_cs.rb
728
- - test/test_name_da.rb
729
- - test/test_name_de.rb
730
- - test/test_name_fr.rb
731
- - test/test_name_ga.rb
732
- - test/test_name_gr.rb
733
- - test/test_name_id.rb
778
+ - test/test_address_da.rb
734
779
  - test/test_name_it.rb
735
- - test/test_name_ja.rb
736
780
  - test/test_name_kh.rb
737
- - test/test_name_kr.rb
738
- - test/test_name_mx.rb
739
- - test/test_name_nb.rb
740
- - test/test_name_nl.rb
741
- - test/test_name_ph.rb
742
- - test/test_name_pl.rb
743
- - test/test_name_ru.rb
744
- - test/test_name_se.rb
745
- - test/test_name_sn.rb
746
- - test/test_name_th.rb
747
- - test/test_name_th_en.rb
748
- - test/test_name_ua.rb
749
- - test/test_name_vn.rb
750
- - test/test_nato_alphabet.rb
751
- - test/test_phone_number.rb
752
- - test/test_phone_number_au.rb
753
- - test/test_phone_number_br.rb
754
- - test/test_phone_number_cu.rb
755
- - test/test_phone_number_da.rb
756
- - test/test_phone_number_de.rb
757
- - test/test_phone_number_id.rb
758
- - test/test_phone_number_kr.rb
759
- - test/test_phone_number_mx.rb
760
- - test/test_phone_number_nl.rb
761
- - test/test_phone_number_se.rb
762
- - test/test_phone_number_sg.rb
763
- - test/test_phone_number_sn.rb
764
- - test/test_products.rb
765
- - test/test_skill.rb
766
- - test/test_sports.rb
767
- - test/test_ssn.rb
768
- - test/test_ssn_mx.rb
769
- - test/test_ssn_se.rb
770
- - test/test_string.rb
771
- - test/test_time.rb
772
- - test/test_tweet.rb
773
- - test/test_unique_utils.rb
774
- - test/test_units.rb
775
- - test/test_units_english.rb
776
- - test/test_units_metric.rb
777
- - test/test_vehicle.rb
778
- - test/test_venue.rb
779
- - test/test_youtube.rb
781
+ - test/test_job_kr.rb
782
+ - test/test_html_ipsum.rb