Sha256: d2b16395c94398d9baa9de7f1e3eb70941c30f727d63a6251c3b571cab0f82b6

Contents?: true

Size: 147 Bytes

Versions: 7

Compression:

Stored size: 147 Bytes

Contents

FactoryBot.define do
  factory :contact_email, class: Spotlight::ContactEmail do
    email { 'exhibit_contact@example.com' }
    exhibit
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-2.4.1 spec/factories/contact_emails.rb
blacklight-spotlight-2.4.0 spec/factories/contact_emails.rb
blacklight-spotlight-2.3.3 spec/factories/contact_emails.rb
blacklight-spotlight-2.3.2 spec/factories/contact_emails.rb
blacklight-spotlight-2.3.1 spec/factories/contact_emails.rb
blacklight-spotlight-2.3.0 spec/factories/contact_emails.rb
blacklight-spotlight-2.2.1 spec/factories/contact_emails.rb