Sha256: 748fb9a1d4c9598bf979ce4f04a5da3269da3f7f2cda38b849566c69c1250b62
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
Factory.define :survey_image do |s| s.imageable { |c| c.association(:answer) } s.position 1 s.photo_file_name 'My-file-name' s.photo_content_type: 'image/jpeg' s.photo_file_size: 1 s.caption: 'My caption... ' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
survey_says-0.0.1 | test/factories/survey_images.rb |