Sha256: a2e5f882e9a36d6230a5fb625dad08891a3e38155cb46f54abebcefcb9af967d
Contents?: true
Size: 246 Bytes
Versions: 31
Compression:
Stored size: 246 Bytes
Contents
FactoryGirl.define do factory :partial_type, class: Pulitzer::PartialType do sequence(:label) { |n| "King's Landing news #{n}" } sequence(:sort_order) association :free_form_section_type association :post_type_version end end
Version data entries
31 entries across 31 versions & 1 rubygems