Sha256: 24aedc6e5f6c0401baa9cb300651ce79dfec0a3b8d650d4457fbda9d69770f78
Contents?: true
Size: 271 Bytes
Versions: 62
Compression:
Stored size: 271 Bytes
Contents
FactoryGirl.define do factory :tour_request, :class => MLS::TourRequest 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
62 entries across 62 versions & 1 rubygems