Sha256: 324ebf364dea704b0321d659eaa04ac1f23921bf48e7ced3ebfee745844da171
Contents?: true
Size: 181 Bytes
Versions: 12
Compression:
Stored size: 181 Bytes
Contents
Factory.define :comment do |f| f.association(:article) f.body 'this is a dummy body' f.author_name 'this is dummy author name' f.author_website 'http://www.example.org' end
Version data entries
12 entries across 12 versions & 1 rubygems