Sha256: 0db7cf8308e3cd461d29c5597d04f2541822a89bb02fcf91f766a65dad554850
Contents?: true
Size: 263 Bytes
Versions: 1
Compression:
Stored size: 263 Bytes
Contents
FactoryGirl.define do factory :tour, :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mls-0.5.0 | test/factories/tour.rb |