Sha256: ea8c9e211427f312d1bde6eb28c3e256c928a8cbadf436169a927835a5b600e3
Contents?: true
Size: 257 Bytes
Versions: 83
Compression:
Stored size: 257 Bytes
Contents
FactoryGirl.define do factory :comment, class: Tenon::Comment do author_email 'sean@factore.ca' author_url 'www.factore.ca' author 'Sean Roberts' content 'Test Comment' commentable { create(:post) } bypass_humanizer true end end
Version data entries
83 entries across 83 versions & 1 rubygems