parent
35f8e7d476
commit
6bd9cf0f17
@ -0,0 +1,7 @@ |
||||
FactoryGirl.define do |
||||
factory :comment do |
||||
author :factory => :user |
||||
sequence(:comments) { |n| "I am a comment No. #{n}" } |
||||
commented :factory => :valid_issue |
||||
end |
||||
end |
Loading…
Reference in new issue