socialforge/spec/factories/sub_domains.rb

12 lines
145 B
Ruby

FactoryGirl.define do
factory :sub_domain do
org_subfield_id 1
priority 1
name "MyString"
field_type "MyString"
hide 1
status 1
end
end