Sha256: 5dc5b333167f4464bf5a377b5a43a556a677aa06491dee0e4cecc8b362e08360

Contents?: true

Size: 211 Bytes

Versions: 62

Compression:

Stored size: 211 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :contact, class: 'Spotlight::Contact' do
    exhibit

    trait :with_avatar do
      association :avatar, factory: :contact_image
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
blacklight-spotlight-4.7.0 spec/factories/contacts.rb
blacklight-spotlight-4.6.1 spec/factories/contacts.rb
blacklight-spotlight-4.6.0 spec/factories/contacts.rb
blacklight-spotlight-4.5.0 spec/factories/contacts.rb
blacklight-spotlight-4.4.0 spec/factories/contacts.rb
blacklight-spotlight-4.3.6 spec/factories/contacts.rb
blacklight-spotlight-4.3.5 spec/factories/contacts.rb
blacklight-spotlight-4.3.4 spec/factories/contacts.rb
blacklight-spotlight-4.3.3 spec/factories/contacts.rb
blacklight-spotlight-4.3.2 spec/factories/contacts.rb
blacklight-spotlight-4.3.1 spec/factories/contacts.rb
blacklight-spotlight-4.3.0 spec/factories/contacts.rb
blacklight-spotlight-4.2.0 spec/factories/contacts.rb
blacklight-spotlight-4.1.2 spec/factories/contacts.rb
blacklight-spotlight-4.1.1 spec/factories/contacts.rb
blacklight-spotlight-4.1.0 spec/factories/contacts.rb
blacklight-spotlight-4.0.3 spec/factories/contacts.rb
blacklight-spotlight-4.0.2 spec/factories/contacts.rb
blacklight-spotlight-4.0.1 spec/factories/contacts.rb
blacklight-spotlight-4.0.0 spec/factories/contacts.rb