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