Sha256: 2030974858255893dfab0e3172495e10748fed1e225c76fc65d56a5dffd962fc

Contents?: true

Size: 118 Bytes

Versions: 8

Compression:

Stored size: 118 Bytes

Contents

Factory.define :post do |f|
  f.title "Post"
  f.body "Body"
  f.status "published"
  # f.association :typus_user
end

Version data entries

8 entries across 8 versions & 1 rubygems

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