-
Notifications
You must be signed in to change notification settings - Fork 0
Faker
Mirv edited this page May 19, 2017
·
4 revisions
- Cooks
- Cooking Verbs
- Cooking Utensils
Process ...
- make a basic organizational change like alphabetize code or clean up whitespace etc*
- see if there's any tests that need clean up or improvement
- find a feature or option that has current good testing. Then add an option to an existing selection structure or feature & ensure your new stuff has testing coverage too
Steps
- README.md
- doc/league_of_legends.md
- chef / verb / style
- lib/faker/league_of_legends.rb
- lib/locales/en.yml
- test/test_faker_league_of_legends.rb
-
doc/food.me -- Faker::Food.style #=> "Italian",Faker::Food.verb #=> "Chop" -
lib/faker/food.rbindef metric_measurement fetch('food.metric_measurements') -
metric_measurements: ["milliliter", "deciliter", "centiliter", "liter"] -
Waiting till next update to do ...
Faker::Food.style #=> "Italian"
Faker::Food.verb #=> "Chop"