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.4.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.3.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.2.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.1.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.3 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.2 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc6 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc5 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc4 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc3 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc2 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.rc1 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.10 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.9 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.8 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.7 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.6 spec/factories/custom_search_fields.rb
blacklight-spotlight-3.0.0.alpha.5 spec/factories/custom_search_fields.rb