Sha256: b8f72f6bee2c95a90e2860069231d972fbed30e82bb996b2cf0c00cf326c9656

Contents?: true

Size: 217 Bytes

Versions: 64

Compression:

Stored size: 217 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
blacklight-spotlight-3.4.2.1 spec/factories/custom_fields.rb
blacklight-spotlight-3.4.2 spec/factories/custom_fields.rb
blacklight-spotlight-3.4.0 spec/factories/custom_fields.rb
blacklight-spotlight-3.3.0 spec/factories/custom_fields.rb
blacklight-spotlight-3.2.0 spec/factories/custom_fields.rb
blacklight-spotlight-3.1.0 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.3 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.2 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.1 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc6 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc5 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc4 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc3 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc2 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.rc1 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.alpha.10 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.alpha.9 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.alpha.8 spec/factories/custom_fields.rb
blacklight-spotlight-3.0.0.alpha.7 spec/factories/custom_fields.rb