Skip to content

Commit

Permalink
Merge 9f31f6f into 97600e0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Jan 27, 2019
2 parents 97600e0 + 9f31f6f commit 4b86b63
Show file tree
Hide file tree
Showing 9 changed files with 711 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ A .NET port of the Ruby [faker](https://github.com/stympy/faker) gem
- [Faker.Business](doc/business.md)
- [Faker.Cat](doc/cat.md)
- [Faker.ChuckNorris](doc/chuck_norris.md)
- [Faker.Coffee](doc/coffee.md)
- [Faker.Color](doc/color.md)
- [Faker.Company](doc/company.md)
- [Faker.Date](doc/date.md)
Expand Down
13 changes: 13 additions & 0 deletions doc/coffee.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Faker.Coffee

```cs
Faker.Coffee.BlendName() //=> "Summer Solstice"
Faker.Coffee.Origin() //=> "Antigua, Guatemala"
Faker.Coffee.Variety() //=> "Pacas"
Faker.Coffee.Notes() //=> "balanced, silky, marzipan, orange-creamsicle, bergamot"
Faker.Coffee.Intensifier() //=> "quick"
```

0 comments on commit 4b86b63

Please sign in to comment.