Sha256: 76ea153f354128d10ddf8b2f5b7f917567115e45e57bc038e2eb6a37a1cb0ca0

Contents?: true

Size: 173 Bytes

Versions: 17

Compression:

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

17 entries across 17 versions & 1 rubygems

Version Path
blacklight-spotlight-2.2.0 spec/factories/custom_fields.rb
blacklight-spotlight-2.1.0 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.2 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.1 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc6 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc5 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc4 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc3 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc2 spec/factories/custom_fields.rb
blacklight-spotlight-2.0.0.rc1 spec/factories/custom_fields.rb
blacklight-spotlight-1.5.1 spec/factories/custom_fields.rb
blacklight-spotlight-1.4.1 spec/factories/custom_fields.rb
blacklight-spotlight-1.4.0 spec/factories/custom_fields.rb
blacklight-spotlight-1.3.0 spec/factories/custom_fields.rb
blacklight-spotlight-1.2.0 spec/factories/custom_fields.rb
blacklight-spotlight-1.1.0 spec/factories/custom_fields.rb