Sha256: c0501384c730e220050d3d3a1eadf0575fe748966d77eb965f79d7148673f09f

Contents?: true

Size: 133 Bytes

Versions: 8

Compression:

Stored size: 133 Bytes

Contents

Factory.define :comment do |f|
  f.name "John"
  f.email "john@example.com"
  f.body "Body of the comment"
  f.association :post
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 test/factories/comments.rb
typus-1.0.0.pre7 test/factories/comments.rb
typus-1.0.0.pre6 test/factories/comments.rb
typus-1.0.0.pre5 test/factories/comments.rb
typus-1.0.0.pre4 test/factories/comments.rb
typus-1.0.0.pre3 test/factories/comments.rb
typus-1.0.0.pre2 test/factories/comments.rb
typus-1.0.0.pre test/factories/comments.rb