Sha256: 3dcb1c572c4e4eaa47ea3c21eb3c10c02c1735772aed6ab4dd5fbf225c5a95cf

Contents?: true

Size: 179 Bytes

Versions: 9

Compression:

Stored size: 179 Bytes

Contents

FactoryGirl.define do
  factory :contact, class: Spotlight::Contact do
    exhibit

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-spotlight-1.0.0 spec/factories/contacts.rb
blacklight-spotlight-1.0.0.alpha2 spec/factories/contacts.rb
blacklight-spotlight-1.0.0.alpha1 spec/factories/contacts.rb
blacklight-spotlight-0.34.1 spec/factories/contacts.rb
blacklight-spotlight-0.34.0 spec/factories/contacts.rb
blacklight-spotlight-0.33.3 spec/factories/contacts.rb
blacklight-spotlight-0.33.2 spec/factories/contacts.rb
blacklight-spotlight-0.33.1 spec/factories/contacts.rb
blacklight-spotlight-0.33.0 spec/factories/contacts.rb