Skip to content

Instantly share code, notes, and snippets.

@mrstebo
Created June 2, 2020 15:32
Show Gist options
  • Select an option

  • Save mrstebo/0c5c8c1865713b33b454f694c61b34c7 to your computer and use it in GitHub Desktop.

Select an option

Save mrstebo/0c5c8c1865713b33b454f694c61b34c7 to your computer and use it in GitHub Desktop.
i-lazy-dev-i-build-scripts-write-code-1
route_name = File.basename(doc, '.md')
properties = File.open(doc, 'r', &:read).scan(/^Faker\.(\w+)\.(\w+)/).map {|match|
"#{match[1]}: Faker.#{match[0]}.#{match[1]}()"
}.uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment