Sha256: 98b65b6b9889a0bc0b473a48f2f0c5398eb0d81a06810f97acc30830663185b8
Contents?: true
Size: 231 Bytes
Versions: 7
Compression:
Stored size: 231 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
7 entries across 7 versions & 1 rubygems