Package: ruby-faker / 1.9.1-2
Metadata
Package | Version | Patches format |
---|---|---|
ruby-faker | 1.9.1-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 test_middle_name accept 2 letter middle names.patch | (download) |
test/test_faker_name.rb |
2 1 + 1 - 0 ! |
test_middle_name: accept 2-letter middle names Some middle names in lib/locales/en/name.yml have only 2 letters. |
0002 Specify available locales in tests.patch | (download) |
test/test_helper.rb |
10 10 + 0 - 0 ! |
specify available locales in tests Signed-off-by: Antonio Terceiro <terceiro@debian.org> |
0003 tests turn relative paths into absolute ones.patch | (download) |
test/test_en_locale.rb |
2 1 + 1 - 0 ! |
tests: turn relative paths into absolute ones This fixes the tests to run against the installed package |
0004 Fix failing tests against Ruby 2.7.patch | (download) |
test/test_faker_birthday_in_leap_year.rb |
21 16 + 5 - 0 ! |
fix failing tests against ruby 2.7 Two tests expect an ArgumentError exception but in Ruby 2.7 it was changed to Date::Error. This patch is based on this upstream commit: https://github.com/faker-ruby/faker/commit/54a1bbfc1e7f92f6230dfeefa893e17edfcb3802 |