Sha256: 4437354088aca9d870b2eef63cc02a5e0dfa27b10aa21094b3d7f1046dae7156
Contents?: true
Size: 205 Bytes
Versions: 8
Compression:
Stored size: 205 Bytes
Contents
Factory.define :picture do |f| f.title "Some picture" f.picture_file_name "dog.jpg" f.picture_content_type "image/jpeg" f.picture_file_size "175938" f.picture_updated_at 3.days.ago.to_s(:db) end
Version data entries
8 entries across 8 versions & 1 rubygems