CodyEngel / fakek

A faker library for Kotlin.
Apache License 2.0
7 stars 6 forks source link

Add Fake Beer #36

Closed CodyEngel closed 3 years ago

CodyEngel commented 3 years ago

Add a FakeBeer instance to FakeContext. Please ensure that new properties are added in alphabetical order and well documented.

Here are points of reference from the Faker library:

val beer = faker.beer()
beer.hop()
beer.malt()
beer.name()
beer.style()
beer.yeast()

If you want to work on this please leave a comment so you can be assigned to this issue. Feel free to ask questions or open a draft PR if you are unsure on implementation details.

mattkimmel commented 3 years ago

I've got this one! 🎃 Please assign me when you have a moment, and I'll open a pull request.

mattkimmel commented 3 years ago

Actually, I see that others have gone ahead and opened PRs without being assigned, so I'll go ahead and do the same. Enjoy!