Sha256: e8ae580248545891304fefbe3a7a6f5bf896f9ffb92d9ded417617e0792d9706
Contents?: true
Size: 176 Bytes
Versions: 6
Compression:
Stored size: 176 Bytes
Contents
FactoryBot.define do factory :appearance, class: Appearance do image_background "/upload/1/image.jpg" theme_name {Faker::Name.first_name} setting_id '1' end end
Version data entries
6 entries across 6 versions & 1 rubygems