Skip to content

Instantly share code, notes, and snippets.

@havenwood
Last active June 17, 2021 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save havenwood/c9454827b734f7dfff098aef7be27c3f to your computer and use it in GitHub Desktop.
Save havenwood/c9454827b734f7dfff098aef7be27c3f to your computer and use it in GitHub Desktop.
rand(1..4).times do
chuckie = rand(4..8).times.reduce('') do |facts|
"#{facts} #{Faker::ChuckNorris.fact}"
end
puts "POST BODY:#{ chuckie }"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment