Files
danbooru/test/factories/comment.rb
r888888888 341b29ce41 fix tests
2015-08-18 17:40:53 -07:00

7 lines
113 B
Ruby

FactoryGirl.define do
factory(:comment) do |f|
post
body {FFaker::Lorem.sentences.join(" ")}
end
end