scinote-web/spec/factories/custom_fields.rb
2017-07-28 10:14:50 +02:00

5 lines
86 B
Ruby

FactoryGirl.define do
factory :custom_field do
name 'My custom field'
end
end