Sha256: f8ce3843c769cc1a2d0afb68dc1f3eb955a562d26604e9fa4abe882f0e9cb46f

Contents?: true

Size: 178 Bytes

Versions: 24

Compression:

Stored size: 178 Bytes

Contents

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

24 entries across 24 versions & 1 rubygems

Version Path
blacklight-spotlight-2.4.1 spec/factories/contacts.rb
blacklight-spotlight-2.4.0 spec/factories/contacts.rb
blacklight-spotlight-2.3.3 spec/factories/contacts.rb
blacklight-spotlight-2.3.2 spec/factories/contacts.rb
blacklight-spotlight-2.3.1 spec/factories/contacts.rb
blacklight-spotlight-2.3.0 spec/factories/contacts.rb
blacklight-spotlight-2.2.1 spec/factories/contacts.rb
blacklight-spotlight-2.2.0 spec/factories/contacts.rb
blacklight-spotlight-2.1.0 spec/factories/contacts.rb
blacklight-spotlight-2.0.2 spec/factories/contacts.rb
blacklight-spotlight-2.0.1 spec/factories/contacts.rb
blacklight-spotlight-2.0.0 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc6 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc5 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc4 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc3 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc2 spec/factories/contacts.rb
blacklight-spotlight-2.0.0.rc1 spec/factories/contacts.rb
blacklight-spotlight-1.5.1 spec/factories/contacts.rb
blacklight-spotlight-1.4.1 spec/factories/contacts.rb