You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/spec/factories/sub_domains.rb

12 lines
145 B

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