Sha256: 8c521bf845e3acbaa8d17c5e84ce1b50a3982b2ec42fe636df34bb5fa87e80a0

Contents?: true

Size: 182 Bytes

Versions: 5

Compression:

Stored size: 182 Bytes

Contents

FactoryGirl.define do
  factory :custom_field, class: Spotlight::CustomField do
    exhibit
    field "field_name_tesim"
    configuration({ "label" => "Some Field" })
  end
end
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-spotlight-0.4.1 spec/factories/custom_fields.rb
blacklight-spotlight-0.3.1 spec/factories/custom_fields.rb
blacklight-spotlight-0.3.0 spec/factories/custom_fields.rb
blacklight-spotlight-0.2.0 spec/factories/custom_fields.rb
blacklight-spotlight-0.1.0 spec/factories/custom_fields.rb