Sha256: f84acd4f34a053ef09f1eb357dc66f5c173b946363a334e6b7f83515e8789da4
Contents?: true
Size: 256 Bytes
Versions: 28
Compression:
Stored size: 256 Bytes
Contents
FactoryGirl.define do factory :tour, :class => MLS::Tour do message { Faker::Lorem.paragraph } company { Faker::Company.email } population { Kernel.rand(2..200) } funding { Faker::Lorem.sentance } move_in_date '1234-12-21' end end
Version data entries
28 entries across 28 versions & 1 rubygems