Sha256: a797c876ac6688e21cc6cbdf9f41a9b5d813af6927d158a5988d3563ece84696
Contents?: true
Size: 163 Bytes
Versions: 8
Compression:
Stored size: 163 Bytes
Contents
Factory.define :page_a do |node| node.title { Faker::Lorem.words(3).join(' ') } node.body { Faker::Lorem.paragraphs(6) } node.published_at { Time.now } end
Version data entries
8 entries across 8 versions & 2 rubygems