Sha256: ab3e4b0017695599e73c58f979cafcb1bbcdc1a76e6c260168a87304b247b9fb

Contents?: true

Size: 191 Bytes

Versions: 9

Compression:

Stored size: 191 Bytes

Contents

FactoryGirl.define do

  factory :post do
    name { Forgery::LoremIpsum.words(10) }
    teaser { Forgery::LoremIpsum.words(30) }
    content { Forgery::LoremIpsum.paragraphs(5)  }
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
api_versioning-0.0.9 test/factories/post_factory.rb
api_versioning-0.0.8 test/factories/post_factory.rb
api_versioning-0.0.7 test/factories/post_factory.rb
api_versioning-0.0.6 test/factories/post_factory.rb
api_versioning-0.0.5 test/factories/post_factory.rb
api_versioning-0.0.4 test/factories/post_factory.rb
api_versioning-0.0.3 test/factories/post_factory.rb
api_versioning-0.0.2 test/factories/post_factory.rb
api_versioning-0.0.1 test/factories/post_factory.rb