Skip to content
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

  1. README.md
  2. doc/league_of_legends.md
  • chef / verb / style
  1. lib/faker/league_of_legends.rb
  2. lib/locales/en.yml
  3. test/test_faker_league_of_legends.rb

  • doc/food.me -- Faker::Food.style #=> "Italian", Faker::Food.verb #=> "Chop"

  • lib/faker/food.rb in def 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"

Clone this wiki locally