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-1.4.0 spec/factories/contacts.rb
blacklight-spotlight-1.3.0 spec/factories/contacts.rb
blacklight-spotlight-1.2.0 spec/factories/contacts.rb
blacklight-spotlight-1.1.0 spec/factories/contacts.rb