Skip to content
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::Game with title, genre, and platform generators. #1607

Merged
merged 5 commits into from May 10, 2019

Conversation

connorshea
Copy link
Member

@connorshea connorshea commented May 8, 2019

Fixes #1606 :)

Please tell me if I'm missing anything.

# Random Game Title
Faker::Game.title #=> "Half-Life"
# Random Game Genre
Faker::Game.genre #=> "First-person shooter"
# Random Game Platform
Faker::Game.platform #=> "Nintendo DS"

test/faker/games/test_game.rb Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
doc/games/game.md Outdated Show resolved Hide resolved
@connorshea
Copy link
Member Author

I've moved the docs to the unreleased directory.

@vbrazo vbrazo merged commit ed382d1 into faker-ruby:master May 10, 2019
michebble pushed a commit to michebble/faker that referenced this pull request Feb 16, 2020
…by#1607)

* Add Faker::Game with title, genre, and platform generators.

* Add game platform test.

* Simplify Faker::Game tests.

* Move game documentation link to unreleased README.md.

* Move Faker::Game documentation to unreleased folder.
davidmorton0 pushed a commit to davidmorton0/faker that referenced this pull request Jul 12, 2021
…by#1607)

* Add Faker::Game with title, genre, and platform generators.

* Add game platform test.

* Simplify Faker::Game tests.

* Move game documentation link to unreleased README.md.

* Move Faker::Game documentation to unreleased folder.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Faker::Game
3 participants