Sha256: f6f7c5c234db9101dba5f36aaacc4511a6a7d77f041dad9fd2408078272b17be
Contents?: true
Size: 244 Bytes
Versions: 11
Compression:
Stored size: 244 Bytes
Contents
FactoryGirl.define do factory :attachment, class: Wordpress::Attachment do post_title 'Attachment' post_content "" post_excerpt "" to_ping "" pinged "" post_content_filtered "'" association :post_author end end
Version data entries
11 entries across 11 versions & 1 rubygems