Skip to content

Commit

Permalink
Add middle_name method, its tests and docs (faker-ruby#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrazo authored Jun 3, 2018
1 parent 9d79589 commit 2bf0fe3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Latest update: 2018-06-02

### Feature Request
- [PR #1270](https://github.com/stympy/faker/pull/1270) Add Faker::Name.middle_name [@vbrazo](https://github.com/vbrazo)
- [PR #1266](https://github.com/stympy/faker/pull/1266) Add Faker::Science.element_symbol [@timcustard](https://github.com/timcustard)
- [PR #1101](https://github.com/stympy/faker/pull/1101) Add Faker::Company.czech_organisation_number [@jindrichskupa](https://github.com/jindrichskupa)
- [PR #1265](https://github.com/stympy/faker/pull/1265) Add Faker::WorldCup [@snayrouz](https://github.com/snayrouz)
Expand Down
2 changes: 2 additions & 0 deletions doc/name.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Faker::Name.name_with_middle #=> "Aditya Elton Douglas"

Faker::Name.first_name #=> "Kaci"

Faker::Name.middle_name #=> "Abraham"

Faker::Name.last_name #=> "Ernser"

Faker::Name.prefix #=> "Mr."
Expand Down
Loading

0 comments on commit 2bf0fe3

Please sign in to comment.