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