-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Faker::Movies::Ghostbusters #1400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing 👍
Could you wrap this new object in a module like Faker::Movies::Ghostbusters
?
You also need to update our README.md
.
doc/ghostbusters.md
Outdated
|
||
```ruby | ||
|
||
Faker::DumbAndDumber.actor #=> "Bill Murray" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copy and 🍝
…lass under Movies module.
…d to a movies module.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
* Added Ghostbusters faker file including tests and doc. * Added missing comma in Ghostbusters translation file. * Add base Faker::Movies module. * Renamed test file. Test file now incorporates wrapping Ghostbusters class under Movies module. * Moved ghostbusters file under movies directory and class is now scoped to a movies module. * Fixed copy pasta errors. * Added movies to require statements. * Added Movies to subclasses array. * Updated README to incorporate Ghostbusters. * Update CHANGELOG.md * Update ghostbusters.md
Listed as one of the most quotable movies of all time. Who doesn't want a Fake person named Dr. Egon Spengler?
Adds Ghostbusters actors, characters and quotes.