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_document_comments.rb

15 lines
192 B

FactoryGirl.define do
factory :sub_document_comment do
content "MyText"
title "MyText"
sub_domain_id 1
creator_id 1
parent_id 1
reply_id 1
locked 1
sticky 1
org_subfield_id 1
end
end