Sha256: 9cf3080cdaa7f1c2d22131d43fb350b4afab512b43e4c35f450cafa14ffc6e8d

Contents?: true

Size: 178 Bytes

Versions: 18

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

18 entries across 18 versions & 1 rubygems

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