Sha256: 98b65b6b9889a0bc0b473a48f2f0c5398eb0d81a06810f97acc30830663185b8

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :custom_search_field, class: Spotlight::CustomSearchField do
    exhibit
    field { 'field_name_tesim^60' }
    configuration { { 'label' => 'Some Field' } }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-2.13.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-2.12.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-2.12.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-2.11.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-2.10.0 spec/factories/custom_search_fields.rb