Sha256: 88857645a78943f5fe690c33e404913084f3b1aa2017aa41a3f9a4351c00acad
Contents?: true
Size: 308 Bytes
Versions: 5
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :collection_branding_info do collection_id { "1" } role { "banner" } local_path { "/fake/path/to/banner.png" } alt_text { "This is the banner" } target_url { "http://example.com/" } height { "" } width { "" } end end
Version data entries
5 entries across 5 versions & 1 rubygems