aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/custom_fields.rb
blob: 8ce8aae91982a453c636aebdec72533ebb01cd8d (plain)
1
2
3
4
5
6
7
8
9
10
FactoryGirl.define do
  factory :custom_field do
    code "MyString"
    resource_type "MyString"
    name "MyString"
    field_type "MyString"
    options ""
    workgroup_id ""
  end
end