Sha256: 85bda758f6937e6f16b104f7ae70d9b3774df1c27deca2731941b125f77b80de

Contents?: true

Size: 209 Bytes

Versions: 18

Compression:

Stored size: 209 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

18 entries across 18 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 spec/factories/contacts.rb
blacklight-spotlight-3.0.0.alpha.1 spec/factories/contacts.rb
blacklight-spotlight-2.13.0 spec/factories/contacts.rb
blacklight-spotlight-2.12.1 spec/factories/contacts.rb
blacklight-spotlight-2.12.0 spec/factories/contacts.rb
blacklight-spotlight-2.11.0 spec/factories/contacts.rb
blacklight-spotlight-2.10.0 spec/factories/contacts.rb
blacklight-spotlight-2.9.0 spec/factories/contacts.rb
blacklight-spotlight-2.8.0 spec/factories/contacts.rb
blacklight-spotlight-2.7.2 spec/factories/contacts.rb
blacklight-spotlight-2.7.1 spec/factories/contacts.rb
blacklight-spotlight-2.7.0 spec/factories/contacts.rb
blacklight-spotlight-2.6.1.1 spec/factories/contacts.rb
blacklight-spotlight-2.6.1 spec/factories/contacts.rb
blacklight-spotlight-2.6.0 spec/factories/contacts.rb
blacklight-spotlight-2.5.2 spec/factories/contacts.rb
blacklight-spotlight-2.5.1 spec/factories/contacts.rb
blacklight-spotlight-2.5.0 spec/factories/contacts.rb