diff options
Diffstat (limited to 'spec/factories/custom_fields.rb')
| -rw-r--r-- | spec/factories/custom_fields.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/factories/custom_fields.rb b/spec/factories/custom_fields.rb new file mode 100644 index 000000000..8ce8aae91 --- /dev/null +++ b/spec/factories/custom_fields.rb @@ -0,0 +1,10 @@ +FactoryGirl.define do + factory :custom_field do + code "MyString" + resource_type "MyString" + name "MyString" + field_type "MyString" + options "" + workgroup_id "" + end +end |
