Sha256: fa7ca52c1a042c9ca28333e645eeb1018bec99cb4fc1ca80a292990c55057300
Contents?: true
Size: 164 Bytes
Versions: 15
Compression:
Stored size: 164 Bytes
Contents
FactoryGirl.define do factory :post do sequence(:content) { |n| "This is my post #{n}" } association :author, factory: :g5_authenticatable_user end end
Version data entries
15 entries across 15 versions & 1 rubygems