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