Sha256: b220884180e146d67a7cec00525b1b6a6893827bd26524ebc157500ab8e6d083
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl # This will guess the Page class FactoryGirl.define do factory :other do name { Faker::Name.name } permalink { Faker::Name.name.parameterize } content { Faker::Lorem.words(15).join(" ") } end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
valid_route-0.0.4 | test/factories/others.rb |
valid_route-0.0.3 | test/factories/others.rb |
valid_route-0.0.2 | test/factories/others.rb |
valid_route-0.0.1 | test/factories/others.rb |