spec/factories/custom_fields.rb in blacklight-spotlight-0.0.3 vs spec/factories/custom_fields.rb in blacklight-spotlight-0.1.0
- old
+ new
@@ -1,7 +1,7 @@
FactoryGirl.define do
factory :custom_field, class: Spotlight::CustomField do
- exhibit Spotlight::Exhibit.default
+ exhibit
field "field_name_tesim"
configuration({ "label" => "Some Field" })
end
end