diff --git a/test/faker/creature/test_faker_bird.rb b/test/faker/creature/test_faker_bird.rb index 525aa49109..8b3db9767a 100644 --- a/test/faker/creature/test_faker_bird.rb +++ b/test/faker/creature/test_faker_bird.rb @@ -86,7 +86,7 @@ def test_plausible_common_names def test_implausable_common_names patterns = [ - /[A-Z][a-z]+'s [a-z]+ [a-z]+/, + /[A-Z].+'s [a-z]+ [a-z]+/, /[A-Z][a-z]+ [a-z]+ [a-z]+/, /[A-Z][a-z]+-[a-z]+ed [a-z]+ [a-z]+/ ]