Sha256: ed2902c3a0c6c7d13e043fa3729e90fdd45cb73e02356a535071321f52ed30f0
Contents?: true
Size: 1.51 KB
Versions: 15
Compression:
Stored size: 1.51 KB
Contents
<% require 'faker' %> r1: product: ror_tote name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: here rating: 4 title: "more uses for this item" review: <%= Faker::Lorem.paragraph %> approved: true r2: product: ror_tote name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: here rating: 3 title: "further comments" review: <%= Faker::Lorem.paragraph %> approved: false r3: product: ror_ringer name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: here rating: 4 title: "essential wear" review: <%= Faker::Lorem.paragraph %> approved: false r4: product: apache_baseball_jersey name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: here rating: 2 title: "not impressed" review: <%= Faker::Lorem.paragraph %> approved: true r5: product: ror_ringer name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: an office rating: 5 title: "I have one for every day of the week" review: <%= Faker::Lorem.paragraph %> approved: true r6: product: ror_ringer name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: here rating: 4 title: "cooler than my toga" review: <%= Faker::Lorem.paragraph %> approved: true r7: product: ror_ringer name: <%= Faker::Name.first_name %> <%= Faker::Name.last_name %> location: emerald city rating: 2 title: "my other half didn't like it" review: <%= Faker::Lorem.paragraph %> approved: false
Version data entries
15 entries across 15 versions & 3 rubygems