Sha256: 502554411280ab51edae3af31f779df6d6f0e50891cf8b393107c6be10ac7b38
Contents?: true
Size: 212 Bytes
Versions: 10
Compression:
Stored size: 212 Bytes
Contents
FactoryBot.define do factory :report, class: 'Report' do association :user association :clearance association :city title { Faker::Lorem.sentence } body { Faker::Lorem.paragraph } end end
Version data entries
10 entries across 10 versions & 1 rubygems