Sha256: 46a05ad14d85d3519235acf658cbc01c84ec8eecba19eb495740e051f453cfae
Contents?: true
Size: 482 Bytes
Versions: 14
Compression:
Stored size: 482 Bytes
Contents
FactoryGirl.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
14 entries across 14 versions & 1 rubygems