Sha256: 2b286ab98540facf2a088344372b7eec16e5e826b06f9f0f81d93fc4f62e2ea5
Contents?: true
Size: 481 Bytes
Versions: 25
Compression:
Stored size: 481 Bytes
Contents
FactoryBot.define do factory :section_gallery_image, class: Image::GalleryImage do image { Rack::Test::UploadedFile.new('spec/dummy/spec/factories/test.jpg', 'image.png') } association :imageable, factory: :published_section end factory :oversized_section_gallery_image, class: Image::GalleryImage do image { Rack::Test::UploadedFile.new('spec/dummy/spec/factories/test.jpg', 'image.png') } association :imageable, factory: :published_section end end
Version data entries
25 entries across 25 versions & 1 rubygems