Sha256: 2686db31e017f2432ed3f5602f5db5fa39cca4445ba2695461c7f9ea1196362b

Contents?: true

Size: 233 Bytes

Versions: 62

Compression:

Stored size: 233 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

62 entries across 62 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta9 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta8 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.5.0.4 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta7 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.5.0.3 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta6 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta5 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta4 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta3 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.6.0.beta1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.5.0.2 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.5.0.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.5.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.4.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.4 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.3 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.2.2 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.2.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.4.2 spec/factories/custom_search_fields.rb