Sha256: dc3f26db1ce374216b8e4fe36bae13a9d487da21f3a47063f5ecf4549ef979fc

Contents?: true

Size: 184 Bytes

Versions: 7

Compression:

Stored size: 184 Bytes

Contents

FactoryBot.define do
  factory :custom_field, class: Spotlight::CustomField do
    exhibit
    field { 'field_name_tesim' }
    configuration { { 'label' => 'Some Field' } }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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