ffaker 2.16.0 → 2.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Changelog.md +7 -0
- data/REFERENCE.md +1323 -1254
- data/ffaker.gemspec +2 -2
- data/lib/ffaker.rb +2 -1
- data/lib/ffaker/data/filesystem/extension +31 -31
- data/lib/ffaker/filesystem.rb +7 -7
- data/lib/ffaker/identification_kr.rb +1 -1
- data/lib/ffaker/identification_mx.rb +1 -1
- data/lib/ffaker/internet.rb +1 -1
- data/lib/ffaker/internet_se.rb +1 -1
- data/lib/ffaker/phone_number_br.rb +2 -2
- data/lib/ffaker/ssn.rb +1 -3
- data/lib/ffaker/string.rb +4 -4
- data/lib/ffaker/unit.rb +9 -10
- data/lib/ffaker/unit_english.rb +18 -19
- data/lib/ffaker/unit_metric.rb +15 -16
- data/lib/ffaker/vehicle.rb +1 -1
- data/lib/version.rb +1 -1
- data/test/test_address_au.rb +2 -2
- data/test/test_address_br.rb +1 -1
- data/test/test_address_fi.rb +2 -2
- data/test/test_address_id.rb +1 -1
- data/test/test_address_ja.rb +1 -1
- data/test/test_address_se.rb +2 -2
- data/test/test_aws.rb +1 -1
- data/test/test_book.rb +4 -4
- data/test/{test_faker.rb → test_ffaker.rb} +5 -1
- data/test/test_filesystem.rb +11 -3
- data/test/test_healthcare_ru.rb +1 -1
- data/test/test_html_ipsum.rb +1 -1
- data/test/test_identification_co.rb +1 -1
- data/test/test_identification_es_cl.rb +1 -1
- data/test/test_image.rb +3 -3
- data/test/test_internet_se.rb +1 -1
- data/test/test_lorem_pl.rb +1 -1
- data/test/test_lorem_ru.rb +1 -1
- data/test/test_lorem_ua.rb +1 -1
- data/test/test_music.rb +4 -4
- data/test/test_string.rb +3 -3
- data/test/test_tweet.rb +3 -3
- data/test/test_vehicle.rb +2 -2
- metadata +155 -155
data/lib/ffaker/vehicle.rb
CHANGED
@@ -6,7 +6,7 @@ module FFaker
|
|
6
6
|
extend self
|
7
7
|
|
8
8
|
DRIVETRAINS = %w[4WD 4X4 AWD FWD RWD].freeze
|
9
|
-
YEARS =
|
9
|
+
YEARS = Array('1900'..(::Time.now.year + 1).to_s).freeze
|
10
10
|
TRANSMISSIONS_ABBR = %w[AT MT AM CVT].freeze
|
11
11
|
CYLINDERS = %w[2 5 6 8].freeze
|
12
12
|
|
data/lib/version.rb
CHANGED
data/test/test_address_au.rb
CHANGED
@@ -33,7 +33,7 @@ class TestAddressAU < Test::Unit::TestCase
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def test_full_address
|
36
|
-
assert_match(/[
|
36
|
+
assert_match(/[, a-z]/, FFaker::AddressAU.full_address)
|
37
37
|
end
|
38
38
|
|
39
39
|
def test_au_suburb_with_states
|
@@ -60,7 +60,7 @@ class TestAddressAU < Test::Unit::TestCase
|
|
60
60
|
|
61
61
|
def test_full_address_with_states
|
62
62
|
FFaker::AddressAU::STATE_ABBR.each do |st_abbr|
|
63
|
-
assert_match(/[
|
63
|
+
assert_match(/[, a-z]/, FFaker::AddressAU.full_address(st_abbr))
|
64
64
|
assert_deterministic { FFaker::AddressAU.full_address(st_abbr) }
|
65
65
|
end
|
66
66
|
end
|
data/test/test_address_br.rb
CHANGED
@@ -32,6 +32,6 @@ class TestAddressBR < Test::Unit::TestCase
|
|
32
32
|
|
33
33
|
def test_street
|
34
34
|
prefixes = FFaker::AddressBR::STREET_PREFIX
|
35
|
-
assert_match(/(#{prefixes.join('|')})(
|
35
|
+
assert_match(/(#{prefixes.join('|')})( \p{Alpha}+){1,2}/, FFaker::AddressBR.street)
|
36
36
|
end
|
37
37
|
end
|
data/test/test_address_fi.rb
CHANGED
@@ -5,7 +5,7 @@ require 'helper'
|
|
5
5
|
class TestAddressFI < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
-
ALPHA = /\A
|
8
|
+
ALPHA = /\A\p{Alpha}+/.freeze
|
9
9
|
DIGIT = /\d{1}/.freeze
|
10
10
|
|
11
11
|
assert_methods_are_deterministic(
|
@@ -30,7 +30,7 @@ class TestAddressFI < Test::Unit::TestCase
|
|
30
30
|
assert_match(ALPHA, address)
|
31
31
|
assert_match(DIGIT, address)
|
32
32
|
assert_match(/SUOMI/, address)
|
33
|
-
assert_match(/[
|
33
|
+
assert_match(/[, a-z]/, address)
|
34
34
|
end
|
35
35
|
|
36
36
|
def test_fi_zip_code_frozen
|
data/test/test_address_id.rb
CHANGED
@@ -33,7 +33,7 @@ class TestAddressID < Test::Unit::TestCase
|
|
33
33
|
def test_street
|
34
34
|
prefixes = FFaker::AddressID::STREET_PREFIX
|
35
35
|
common_street_names = FFaker::AddressID::COMMON_STREET_NAMES
|
36
|
-
regex = /\A(#{prefixes.join('|')})\.(\s(#{common_street_names.join('|')}))
|
36
|
+
regex = /\A(#{prefixes.join('|')})\.(\s(#{common_street_names.join('|')})),\sNo\.\s\d+\z/
|
37
37
|
assert_match(regex, FFaker::AddressID.street)
|
38
38
|
end
|
39
39
|
end
|
data/test/test_address_ja.rb
CHANGED
data/test/test_address_se.rb
CHANGED
@@ -5,7 +5,7 @@ require 'helper'
|
|
5
5
|
class TestAddressSE < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
-
ALPHA = /\A
|
8
|
+
ALPHA = /\A\p{Alpha}+/.freeze
|
9
9
|
DIGIT = /\d{1}/.freeze
|
10
10
|
|
11
11
|
assert_methods_are_deterministic(
|
@@ -30,7 +30,7 @@ class TestAddressSE < Test::Unit::TestCase
|
|
30
30
|
assert_match(ALPHA, address)
|
31
31
|
assert_match(DIGIT, address)
|
32
32
|
assert_match(/SVERIGE/, address)
|
33
|
-
assert_match(/[
|
33
|
+
assert_match(/[, a-z]/, address)
|
34
34
|
end
|
35
35
|
|
36
36
|
def test_se_zip_code_frozen
|
data/test/test_aws.rb
CHANGED
data/test/test_book.rb
CHANGED
@@ -19,7 +19,7 @@ class TestBook < Test::Unit::TestCase
|
|
19
19
|
end
|
20
20
|
|
21
21
|
def test_genre
|
22
|
-
assert_match(%r{[\w\s'
|
22
|
+
assert_match(%r{[\w\s'/]+}, @tester.genre)
|
23
23
|
end
|
24
24
|
|
25
25
|
def test_author
|
@@ -27,7 +27,7 @@ class TestBook < Test::Unit::TestCase
|
|
27
27
|
end
|
28
28
|
|
29
29
|
def test_isbn
|
30
|
-
assert_match(
|
30
|
+
assert_match(/\d+/, @tester.isbn)
|
31
31
|
end
|
32
32
|
|
33
33
|
def test_description
|
@@ -35,12 +35,12 @@ class TestBook < Test::Unit::TestCase
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def test_cover
|
38
|
-
assert_match(%r{\Ahttps
|
38
|
+
assert_match(%r{\Ahttps://robohash\.org/.+\.png\?size=300x300\z},
|
39
39
|
@tester.cover)
|
40
40
|
end
|
41
41
|
|
42
42
|
def test_orly_cover
|
43
|
-
assert_match(%r{\Ahttps
|
43
|
+
assert_match(%r{\Ahttps://orly-appstore\.herokuapp\.com/generate},
|
44
44
|
@tester.orly_cover)
|
45
45
|
end
|
46
46
|
end
|
@@ -2,9 +2,13 @@
|
|
2
2
|
|
3
3
|
require 'helper'
|
4
4
|
|
5
|
-
class
|
5
|
+
class TestFFaker < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
+
def test_version
|
9
|
+
assert FFaker::VERSION.is_a?(String)
|
10
|
+
end
|
11
|
+
|
8
12
|
def test_numerify
|
9
13
|
assert FFaker.numerify('###').match(/\d{3}/)
|
10
14
|
assert_deterministic { FFaker.numerify('###') }
|
data/test/test_filesystem.rb
CHANGED
@@ -15,14 +15,22 @@ class TestFakerFilesystem < Test::Unit::TestCase
|
|
15
15
|
end
|
16
16
|
|
17
17
|
def test_extension
|
18
|
-
|
18
|
+
assert_match /\A(?:flac|mp3|wav|bmp|gif|jpeg|jpg|png|tiff|css|csv|html|js|
|
19
|
+
json|txt|mp4|avi|mov|webm|doc|docx|xls|xlsx|ppt|pptx|odt|
|
20
|
+
ods|odp|pages|numbers|key|pdf)\z/x,
|
21
|
+
@tester.extension
|
19
22
|
end
|
20
23
|
|
21
24
|
def test_mime_type_format
|
22
|
-
|
25
|
+
assert_match %r{\A\w+/.+\z}, @tester.mime_type
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_directory
|
29
|
+
assert_match %r{\A(?:[a-z_-]+[\\/])+[a-z_-]+\z}, @tester.directory
|
23
30
|
end
|
24
31
|
|
25
32
|
def test_file_name
|
26
|
-
|
33
|
+
assert_match %r{\A(?:[a-z_-]+[\\/])+[a-z_-]+\.\w{2,4}\z},
|
34
|
+
@tester.file_name
|
27
35
|
end
|
28
36
|
end
|
data/test/test_healthcare_ru.rb
CHANGED
@@ -5,7 +5,7 @@ require 'helper'
|
|
5
5
|
class TestHealthcareRU < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
-
SPECIALIZATION_REGEX = /\A[А-Яа-я\
|
8
|
+
SPECIALIZATION_REGEX = /\A[А-Яа-я\ ()\-]+\z/.freeze
|
9
9
|
|
10
10
|
assert_methods_are_deterministic(FFaker::HealthcareRU, :doctor_specialization)
|
11
11
|
|
data/test/test_html_ipsum.rb
CHANGED
@@ -28,7 +28,7 @@ class TestHTMLIpsum < Test::Unit::TestCase
|
|
28
28
|
|
29
29
|
def test_p_breaks
|
30
30
|
# Here we can at least test how many <br> tags there are.
|
31
|
-
assert_match(%r{^<p>(?:[ \w
|
31
|
+
assert_match(%r{^<p>(?:[ \w.]+<br>){2}[ \w.]+</p>$}i, FFaker::HTMLIpsum.p(3, include_breaks: true))
|
32
32
|
end
|
33
33
|
|
34
34
|
def test_p_fancy
|
@@ -28,7 +28,7 @@ class TestFakerIdentificationESCO < Test::Unit::TestCase
|
|
28
28
|
end
|
29
29
|
|
30
30
|
def test_category
|
31
|
-
assert_match(/\A(
|
31
|
+
assert_match(/\A(a[1-2]|[bc][1-3])\z/i, @tester.driver_license_category)
|
32
32
|
end
|
33
33
|
|
34
34
|
def test_blood_type
|
data/test/test_image.rb
CHANGED
@@ -14,7 +14,7 @@ class TestImage < Test::Unit::TestCase
|
|
14
14
|
end
|
15
15
|
|
16
16
|
def test_url
|
17
|
-
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}300x300
|
17
|
+
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}300x300/[0-9a-f]{6}/[0-9a-f]{6}\.png\?text=),
|
18
18
|
@tester.url)
|
19
19
|
end
|
20
20
|
|
@@ -24,7 +24,7 @@ class TestImage < Test::Unit::TestCase
|
|
24
24
|
end
|
25
25
|
|
26
26
|
def test_image_url_with_correct_size
|
27
|
-
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}150x320
|
27
|
+
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}150x320/[0-9a-f]{6}/[0-9a-f]{6}\.png\?text=),
|
28
28
|
@tester.url('150x320'))
|
29
29
|
end
|
30
30
|
|
@@ -35,7 +35,7 @@ class TestImage < Test::Unit::TestCase
|
|
35
35
|
end
|
36
36
|
|
37
37
|
def test_image_url_with_supported_format
|
38
|
-
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}300x300
|
38
|
+
assert_match(%r(#{Regexp.quote(PLACEHOLDER)}300x300/[0-9a-f]{6}/[0-9a-f]{6}\.jpg\?text=),
|
39
39
|
@tester.url('300x300', 'jpg'))
|
40
40
|
end
|
41
41
|
|
data/test/test_internet_se.rb
CHANGED
data/test/test_lorem_pl.rb
CHANGED
@@ -6,7 +6,7 @@ class TestFakerLoremPL < Test::Unit::TestCase
|
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
8
|
POLISH_WORD_MATCHER = /\A[A-Ża-ż\s]+\z/.freeze
|
9
|
-
POLISH_SENTENCE_MATCHER = /\A[A-Ża-ż\s
|
9
|
+
POLISH_SENTENCE_MATCHER = /\A[A-Ża-ż\s.!?,]+\z/.freeze
|
10
10
|
|
11
11
|
assert_methods_are_deterministic(
|
12
12
|
FFaker::LoremPL,
|
data/test/test_lorem_ru.rb
CHANGED
@@ -5,7 +5,7 @@ require 'helper'
|
|
5
5
|
class TestLoremRU < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
-
SENTENCE_MATCHER = /\A[а-яА-ЯёЁ\-\s
|
8
|
+
SENTENCE_MATCHER = /\A[а-яА-ЯёЁ\-\s.!?,]+\z/.freeze
|
9
9
|
WORDS_MATCHER = /\A[А-Яа-яёЁ\-\s]+\z/.freeze
|
10
10
|
WORD_MATCHER = /\A[А-Яа-яёЁ\-]+\z/.freeze
|
11
11
|
|
data/test/test_lorem_ua.rb
CHANGED
@@ -5,7 +5,7 @@ require 'helper'
|
|
5
5
|
class TestLoremUA < Test::Unit::TestCase
|
6
6
|
include DeterministicHelper
|
7
7
|
|
8
|
-
SENTENCE_MATCHER = /\A[а-яА-ЯіїєґІЇЄҐ’\-\s
|
8
|
+
SENTENCE_MATCHER = /\A[а-яА-ЯіїєґІЇЄҐ’\-\s.!?,]+\z/.freeze
|
9
9
|
WORDS_MATCHER = /\A[а-яА-ЯіїєґІЇЄҐ’\-\s]+\z/.freeze
|
10
10
|
WORD_MATCHER = /\A[а-яА-ЯіїєґІЇЄҐ’\-]+\z/.freeze
|
11
11
|
|
data/test/test_music.rb
CHANGED
@@ -11,18 +11,18 @@ class TestMusic < Test::Unit::TestCase
|
|
11
11
|
)
|
12
12
|
|
13
13
|
def test_genre
|
14
|
-
assert_match(%r{[A-z]|\W
|
14
|
+
assert_match(%r{[A-z]|\W|&/+}, FFaker::Music.genre)
|
15
15
|
end
|
16
16
|
|
17
17
|
def test_album
|
18
|
-
assert_match(/\s|[A-z]|\W|\d
|
18
|
+
assert_match(/\s|[A-z]|\W|\d|'|\?+/, FFaker::Music.album)
|
19
19
|
end
|
20
20
|
|
21
21
|
def test_artist
|
22
|
-
assert_match(/\s|[A-z]|\W|\d
|
22
|
+
assert_match(/\s|[A-z]|\W|\d|'|\?|&|\+|\.|-+/, FFaker::Music.artist)
|
23
23
|
end
|
24
24
|
|
25
25
|
def test_song
|
26
|
-
assert_match(/\s|[A-z]|\W|\d
|
26
|
+
assert_match(/\s|[A-z]|\W|\d|'|\?|&|\+|\.|-+/, FFaker::Music.song)
|
27
27
|
end
|
28
28
|
end
|
data/test/test_string.rb
CHANGED
@@ -30,11 +30,11 @@ class TestString < Test::Unit::TestCase
|
|
30
30
|
def test_dash_character
|
31
31
|
assert_match(/\A[a-z-]\z/, FS.from_regexp(/[a-z-]/))
|
32
32
|
assert_match(/\A[a-]\z/, FS.from_regexp(/[a-]/))
|
33
|
-
assert_match(/\A
|
33
|
+
assert_match(/\A-\z/, FS.from_regexp(/-/))
|
34
34
|
|
35
35
|
assert_deterministic { FS.from_regexp(/[a-z-]/) }
|
36
36
|
assert_deterministic { FS.from_regexp(/[a-]/) }
|
37
|
-
assert_deterministic { FS.from_regexp(
|
37
|
+
assert_deterministic { FS.from_regexp(/-/) }
|
38
38
|
end
|
39
39
|
|
40
40
|
def test_spaces
|
@@ -44,7 +44,7 @@ class TestString < Test::Unit::TestCase
|
|
44
44
|
|
45
45
|
def test_escaped_characters
|
46
46
|
assert_equal '\\/.()[]{}', FS.from_regexp(%r{\\/\.\(\)\[\]\{\}})
|
47
|
-
assert_deterministic { FS.from_regexp(%r
|
47
|
+
assert_deterministic { FS.from_regexp(%r|\\/\.\(\)\[\]\{\}|) }
|
48
48
|
end
|
49
49
|
|
50
50
|
def test_atom_sets
|
data/test/test_tweet.rb
CHANGED
@@ -20,11 +20,11 @@ class TestTweet < Test::Unit::TestCase
|
|
20
20
|
end
|
21
21
|
|
22
22
|
def test_mention
|
23
|
-
assert_match(
|
23
|
+
assert_match(/@\S*/, FFaker::Tweet.mention)
|
24
24
|
end
|
25
25
|
|
26
26
|
def test_mentions_three
|
27
|
-
assert_match(
|
27
|
+
assert_match(/@\S*\s@\S*\s@\S*/, FFaker::Tweet.mentions(3))
|
28
28
|
assert_deterministic { FFaker::Tweet.mentions(3) }
|
29
29
|
end
|
30
30
|
|
@@ -45,7 +45,7 @@ class TestTweet < Test::Unit::TestCase
|
|
45
45
|
end
|
46
46
|
|
47
47
|
def test_tweet_with_reply
|
48
|
-
assert_match(
|
48
|
+
assert_match(/^@/, FFaker::Tweet.tweet(reply: true))
|
49
49
|
assert_deterministic { FFaker::Tweet.tweet(reply: true) }
|
50
50
|
end
|
51
51
|
|
data/test/test_vehicle.rb
CHANGED
@@ -33,7 +33,7 @@ class TestVehicle < Test::Unit::TestCase
|
|
33
33
|
end
|
34
34
|
|
35
35
|
def test_model
|
36
|
-
assert_match(/\A[
|
36
|
+
assert_match(/\A[-. &a-z0-9]+\z/i, FFaker::Vehicle.model)
|
37
37
|
end
|
38
38
|
|
39
39
|
def test_trim
|
@@ -65,7 +65,7 @@ class TestVehicle < Test::Unit::TestCase
|
|
65
65
|
end
|
66
66
|
|
67
67
|
def test_fuel_type
|
68
|
-
assert_match(/\A[ a-z0-9
|
68
|
+
assert_match(/\A[ a-z0-9()]+\z/i, FFaker::Vehicle.fuel_type)
|
69
69
|
end
|
70
70
|
|
71
71
|
def test_interior_upholstery
|
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.
|
4
|
+
version: 2.17.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: 2020-
|
12
|
+
date: 2020-08-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -638,7 +638,7 @@ files:
|
|
638
638
|
- test/test_dizzle_ipsum.rb
|
639
639
|
- test/test_education.rb
|
640
640
|
- test/test_education_cn.rb
|
641
|
-
- test/
|
641
|
+
- test/test_ffaker.rb
|
642
642
|
- test/test_filesystem.rb
|
643
643
|
- test/test_food.rb
|
644
644
|
- test/test_gender.rb
|
@@ -771,7 +771,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
771
771
|
requirements:
|
772
772
|
- - ">="
|
773
773
|
- !ruby/object:Gem::Version
|
774
|
-
version: '2.
|
774
|
+
version: '2.5'
|
775
775
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
776
776
|
requirements:
|
777
777
|
- - ">="
|
@@ -783,178 +783,178 @@ signing_key:
|
|
783
783
|
specification_version: 2
|
784
784
|
summary: Ffaker generates dummy data.
|
785
785
|
test_files:
|
786
|
-
- test/
|
787
|
-
- test/
|
788
|
-
- test/
|
789
|
-
- test/
|
790
|
-
- test/test_address_ch_de.rb
|
791
|
-
- test/test_sem_ver.rb
|
792
|
-
- test/test_address_sn.rb
|
793
|
-
- test/test_name_sn.rb
|
794
|
-
- test/test_book.rb
|
795
|
-
- test/test_color_ua.rb
|
796
|
-
- test/test_phone_number_tw.rb
|
797
|
-
- test/test_address_fi.rb
|
798
|
-
- test/test_address_ua.rb
|
799
|
-
- test/test_address_ch_it.rb
|
800
|
-
- test/test_module_utils.rb
|
801
|
-
- test/test_name_id.rb
|
802
|
-
- test/test_lorem.rb
|
803
|
-
- test/test_nato_alphabet.rb
|
804
|
-
- test/test_youtube.rb
|
805
|
-
- test/test_ssn_mx.rb
|
806
|
-
- test/test_cheesy_lingo.rb
|
807
|
-
- test/test_phone_number_mx.rb
|
808
|
-
- test/test_venue.rb
|
809
|
-
- test/test_phone_number_au.rb
|
810
|
-
- test/test_name_ru.rb
|
786
|
+
- test/test_job_kr.rb
|
787
|
+
- test/test_gender_ja.rb
|
788
|
+
- test/test_job_cn.rb
|
789
|
+
- test/test_identification_br.rb
|
811
790
|
- test/test_bacon_ipsum.rb
|
812
|
-
- test/test_address_se.rb
|
813
|
-
- test/test_address_us.rb
|
814
|
-
- test/test_phone_number_sg.rb
|
815
|
-
- test/test_phone_number_fr.rb
|
816
|
-
- test/test_name_th.rb
|
817
|
-
- test/test_color.rb
|
818
|
-
- test/test_phone_number_de.rb
|
819
791
|
- test/test_food.rb
|
820
|
-
- test/
|
821
|
-
- test/test_identification_in.rb
|
822
|
-
- test/test_address_id.rb
|
823
|
-
- test/test_units_metric.rb
|
792
|
+
- test/test_units.rb
|
824
793
|
- test/test_lorem_ie.rb
|
794
|
+
- test/test_address_se.rb
|
795
|
+
- test/test_gender_pl.rb
|
796
|
+
- test/test_color_ua.rb
|
797
|
+
- test/test_company_ja.rb
|
798
|
+
- test/test_conference.rb
|
799
|
+
- test/test_boolean.rb
|
800
|
+
- test/test_ssn_mx.rb
|
801
|
+
- test/test_name_pl.rb
|
802
|
+
- test/test_gender_cn.rb
|
803
|
+
- test/test_name_it.rb
|
804
|
+
- test/test_phone_number_tw.rb
|
805
|
+
- test/test_healthcare_ipsum.rb
|
806
|
+
- test/test_ssn_se.rb
|
807
|
+
- test/test_phone_number_sg.rb
|
808
|
+
- test/test_name_ua.rb
|
809
|
+
- test/test_identification_tw.rb
|
810
|
+
- test/test_tweet.rb
|
811
|
+
- test/test_html_ipsum.rb
|
812
|
+
- test/test_address_sn.rb
|
813
|
+
- test/test_job_vn.rb
|
814
|
+
- test/test_gender_br.rb
|
815
|
+
- test/test_identification_es.rb
|
816
|
+
- test/test_name_ru.rb
|
817
|
+
- test/test_gender_kr.rb
|
818
|
+
- test/test_youtube.rb
|
819
|
+
- test/test_phone_number_kr.rb
|
820
|
+
- test/test_name_cn.rb
|
821
|
+
- test/test_name.rb
|
822
|
+
- test/test_phone_number_ru.rb
|
823
|
+
- test/test_sports.rb
|
825
824
|
- test/test_name_th_en.rb
|
825
|
+
- test/test_lorem_kr.rb
|
826
|
+
- test/test_address_ch_de.rb
|
827
|
+
- test/test_phone_number_cu.rb
|
828
|
+
- test/test_course_mathematiques.rb
|
829
|
+
- test/test_units_english.rb
|
830
|
+
- test/test_unique_utils.rb
|
831
|
+
- test/test_address_ru.rb
|
832
|
+
- test/test_movie.rb
|
833
|
+
- test/test_name_vn.rb
|
834
|
+
- test/test_address_ja.rb
|
835
|
+
- test/test_identification_pl.rb
|
836
|
+
- test/test_locale.rb
|
837
|
+
- test/test_address_in.rb
|
838
|
+
- test/test_name_nb.rb
|
826
839
|
- test/test_lorem_ua.rb
|
827
840
|
- test/test_phone_number_sn.rb
|
828
|
-
- test/
|
829
|
-
- test/
|
830
|
-
- test/
|
841
|
+
- test/test_gender_jp.rb
|
842
|
+
- test/test_phone_number_se.rb
|
843
|
+
- test/test_name_id.rb
|
844
|
+
- test/test_sport_pl.rb
|
845
|
+
- test/test_identification_kr.rb
|
831
846
|
- test/test_name_se.rb
|
832
|
-
- test/
|
833
|
-
- test/
|
834
|
-
- test/
|
835
|
-
- test/
|
836
|
-
- test/test_education_cn.rb
|
847
|
+
- test/test_lorem_ru.rb
|
848
|
+
- test/test_animal.rb
|
849
|
+
- test/test_company_se.rb
|
850
|
+
- test/test_address_ch_fr.rb
|
837
851
|
- test/test_education.rb
|
838
|
-
- test/
|
839
|
-
- test/
|
840
|
-
- test/
|
841
|
-
- test/
|
842
|
-
- test/test_name_es.rb
|
843
|
-
- test/test_name_kr.rb
|
844
|
-
- test/test_lorem_ja.rb
|
852
|
+
- test/test_airline.rb
|
853
|
+
- test/test_address_au.rb
|
854
|
+
- test/test_company_cn.rb
|
855
|
+
- test/test_sport_us.rb
|
845
856
|
- test/test_time.rb
|
846
|
-
- test/
|
847
|
-
- test/
|
848
|
-
- test/
|
849
|
-
- test/
|
850
|
-
- test/
|
857
|
+
- test/test_venue.rb
|
858
|
+
- test/test_name_mx.rb
|
859
|
+
- test/test_identification_es_cl.rb
|
860
|
+
- test/test_phone_number_da.rb
|
861
|
+
- test/test_string.rb
|
862
|
+
- test/test_guid.rb
|
863
|
+
- test/test_name_ga.rb
|
864
|
+
- test/test_name_ar.rb
|
865
|
+
- test/test_company.rb
|
866
|
+
- test/test_name_br.rb
|
867
|
+
- test/test_address_da.rb
|
868
|
+
- test/test_address.rb
|
869
|
+
- test/test_animal_es.rb
|
870
|
+
- test/test_address_pl.rb
|
851
871
|
- test/test_phone_number_br.rb
|
852
|
-
- test/test_name_it.rb
|
853
|
-
- test/test_gender_pl.rb
|
854
872
|
- test/test_array_utils.rb
|
855
|
-
- test/test_ssn.rb
|
856
|
-
- test/test_job_br.rb
|
857
|
-
- test/test_course_mathematiques.rb
|
858
|
-
- test/test_name_nb.rb
|
859
|
-
- test/test_geolocation.rb
|
860
|
-
- test/test_units_english.rb
|
861
873
|
- test/test_name_fr.rb
|
862
|
-
- test/
|
863
|
-
- test/test_phone_number_pl.rb
|
864
|
-
- test/test_phone_number_ua.rb
|
865
|
-
- test/test_name_da.rb
|
866
|
-
- test/test_identification_es_mx.rb
|
867
|
-
- test/test_address_ca.rb
|
868
|
-
- test/helper.rb
|
869
|
-
- test/test_address_de.rb
|
870
|
-
- test/test_html_ipsum.rb
|
874
|
+
- test/test_music.rb
|
871
875
|
- test/test_name_nl.rb
|
872
|
-
- test/
|
873
|
-
- test/test_name_gr.rb
|
874
|
-
- test/test_address_da.rb
|
875
|
-
- test/test_name_br.rb
|
876
|
-
- test/test_healthcare_ipsum.rb
|
877
|
-
- test/test_dizzle_ipsum.rb
|
878
|
-
- test/test_hipster_ipsum.rb
|
879
|
-
- test/test_currency.rb
|
880
|
-
- test/test_ssn_se.rb
|
881
|
-
- test/test_phone_number_ru.rb
|
882
|
-
- test/test_job_cn.rb
|
883
|
-
- test/test_gender_cn.rb
|
884
|
-
- test/test_address_br.rb
|
885
|
-
- test/test_gender.rb
|
886
|
-
- test/test_job_vn.rb
|
887
|
-
- test/test_aws.rb
|
888
|
-
- test/test_boolean.rb
|
889
|
-
- test/test_animal_es.rb
|
890
|
-
- test/test_unique_utils.rb
|
891
|
-
- test/test_sports.rb
|
876
|
+
- test/test_color_pl.rb
|
892
877
|
- test/test_address_ch.rb
|
893
|
-
- test/test_course_philosophie.rb
|
894
|
-
- test/test_avatar.rb
|
895
|
-
- test/test_name_tw.rb
|
896
|
-
- test/test_faker.rb
|
897
878
|
- test/test_phone_number_nl.rb
|
898
|
-
- test/
|
899
|
-
- test/
|
900
|
-
- test/
|
901
|
-
- test/
|
902
|
-
- test/
|
879
|
+
- test/test_lorem_fr.rb
|
880
|
+
- test/test_dizzle_ipsum.rb
|
881
|
+
- test/test_address_de.rb
|
882
|
+
- test/test_phone_number_de.rb
|
883
|
+
- test/test_address_fr.rb
|
884
|
+
- test/test_units_metric.rb
|
885
|
+
- test/test_job.rb
|
886
|
+
- test/test_address_gr.rb
|
903
887
|
- test/test_internet.rb
|
904
|
-
- test/
|
905
|
-
- test/
|
906
|
-
- test/
|
907
|
-
- test/
|
908
|
-
- test/test_phone_number_se.rb
|
909
|
-
- test/test_address_uk.rb
|
910
|
-
- test/test_animal_pl.rb
|
888
|
+
- test/test_geolocation.rb
|
889
|
+
- test/test_nato_alphabet.rb
|
890
|
+
- test/test_name_tw.rb
|
891
|
+
- test/test_ssn.rb
|
911
892
|
- test/test_phone_number_id.rb
|
912
|
-
- test/
|
913
|
-
- test/
|
893
|
+
- test/test_job_ja.rb
|
894
|
+
- test/test_identification.rb
|
895
|
+
- test/test_address_ch_it.rb
|
896
|
+
- test/test_address_ua.rb
|
897
|
+
- test/test_phone_number_pl.rb
|
898
|
+
- test/test_animal_us.rb
|
899
|
+
- test/test_healthcare_ru.rb
|
900
|
+
- test/test_name_gr.rb
|
914
901
|
- test/test_lorem_cn.rb
|
915
|
-
- test/
|
916
|
-
- test/
|
902
|
+
- test/test_address_fi.rb
|
903
|
+
- test/test_identification_es_mx.rb
|
904
|
+
- test/test_name_de.rb
|
905
|
+
- test/test_color.rb
|
906
|
+
- test/test_identification_co.rb
|
907
|
+
- test/test_gender.rb
|
908
|
+
- test/test_identification_in.rb
|
917
909
|
- test/test_bank.rb
|
918
|
-
- test/test_healthcare_ru.rb
|
919
|
-
- test/test_address_nl.rb
|
920
910
|
- test/test_name_cs.rb
|
921
|
-
- test/
|
922
|
-
- test/
|
923
|
-
- test/
|
924
|
-
- test/
|
925
|
-
- test/
|
926
|
-
- test/
|
927
|
-
- test/
|
928
|
-
- test/
|
929
|
-
- test/
|
930
|
-
- test/
|
931
|
-
- test/
|
932
|
-
- test/
|
911
|
+
- test/test_education_cn.rb
|
912
|
+
- test/test_address_kr.rb
|
913
|
+
- test/test_ffaker.rb
|
914
|
+
- test/test_address_uk.rb
|
915
|
+
- test/test_lorem.rb
|
916
|
+
- test/test_currency.rb
|
917
|
+
- test/test_phone_number_mx.rb
|
918
|
+
- test/test_avatar.rb
|
919
|
+
- test/test_hipster_ipsum.rb
|
920
|
+
- test/test_name_ja.rb
|
921
|
+
- test/test_phone_number_au.rb
|
922
|
+
- test/test_lorem_ja.rb
|
933
923
|
- test/test_image.rb
|
934
|
-
- test/
|
935
|
-
- test/
|
924
|
+
- test/test_vehicle.rb
|
925
|
+
- test/test_gender_id.rb
|
926
|
+
- test/test_animal_pl.rb
|
927
|
+
- test/test_name_kr.rb
|
928
|
+
- test/helper.rb
|
929
|
+
- test/test_address_ca.rb
|
930
|
+
- test/test_name_es.rb
|
931
|
+
- test/test_name_sn.rb
|
932
|
+
- test/test_module_utils.rb
|
933
|
+
- test/test_animal_cn.rb
|
934
|
+
- test/test_code.rb
|
935
|
+
- test/test_name_ph.rb
|
936
|
+
- test/test_internet_se.rb
|
937
|
+
- test/test_address_us.rb
|
938
|
+
- test/test_phone_number_fr.rb
|
939
|
+
- test/test_cheesy_lingo.rb
|
940
|
+
- test/test_address_nl.rb
|
941
|
+
- test/test_name_th.rb
|
942
|
+
- test/test_filesystem.rb
|
943
|
+
- test/test_address_br.rb
|
944
|
+
- test/test_job_fr.rb
|
945
|
+
- test/test_phone_number_ua.rb
|
946
|
+
- test/test_job_br.rb
|
947
|
+
- test/test_address_id.rb
|
936
948
|
- test/test_lorem_pl.rb
|
937
|
-
- test/
|
938
|
-
- test/
|
949
|
+
- test/test_products.rb
|
950
|
+
- test/test_skill.rb
|
939
951
|
- test/test_name_kh.rb
|
940
|
-
- test/test_address_pl.rb
|
941
|
-
- test/test_filesystem.rb
|
942
|
-
- test/test_gender_id.rb
|
943
|
-
- test/test_job.rb
|
944
|
-
- test/test_tweet.rb
|
945
|
-
- test/test_guid.rb
|
946
|
-
- test/test_sport_us.rb
|
947
|
-
- test/test_name_ja.rb
|
948
|
-
- test/test_animal_us.rb
|
949
|
-
- test/test_address.rb
|
950
|
-
- test/test_name_ga.rb
|
951
|
-
- test/test_name_ar.rb
|
952
|
-
- test/test_company_it.rb
|
953
|
-
- test/test_name_pl.rb
|
954
|
-
- test/test_identification_es_cl.rb
|
955
|
-
- test/test_identification.rb
|
956
952
|
- test/test_phone_number.rb
|
957
|
-
- test/
|
958
|
-
- test/
|
959
|
-
- test/
|
960
|
-
- test/
|
953
|
+
- test/test_book.rb
|
954
|
+
- test/test_lorem_ar.rb
|
955
|
+
- test/test_aws.rb
|
956
|
+
- test/test_address_mx.rb
|
957
|
+
- test/test_name_da.rb
|
958
|
+
- test/test_sem_ver.rb
|
959
|
+
- test/test_course_philosophie.rb
|
960
|
+
- test/test_company_it.rb
|