spec/factories/custom_fields.rb in blacklight-spotlight-0.0.2 vs spec/factories/custom_fields.rb in blacklight-spotlight-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ FactoryGirl.define do factory :custom_field, class: Spotlight::CustomField do exhibit Spotlight::Exhibit.default - field "field_name" + field "field_name_tesim" configuration({ "label" => "Some Field" }) end end