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

Version Path
hyrax-5.0.3 lib/hyrax/specs/shared_specs/factories/collection_branding_infos.rb
hyrax-5.0.2 lib/hyrax/specs/shared_specs/factories/collection_branding_infos.rb
hyrax-5.0.1 lib/hyrax/specs/shared_specs/factories/collection_branding_infos.rb
hyrax-5.0.0 spec/factories/collection_branding_infos.rb
hyrax-5.0.0.rc3 spec/factories/collection_branding_infos.rb