houdini/spec/factories/custom_field_masters.rb

6 lines
102 B
Ruby

FactoryBot.define do
factory :custom_field_master do
nonprofit ""
name "MyString"
end
end