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

Version Path
mls-0.2.44 test/factories/tour_request.rb
mls-0.2.43 test/factories/tour_request.rb
mls-0.2.42 test/factories/tour_request.rb
mls-0.2.41 test/factories/tour_request.rb
mls-0.2.40 test/factories/tour_request.rb
mls-0.2.39 test/factories/tour_request.rb
mls-0.2.38 test/factories/tour_request.rb
mls-0.2.37 test/factories/tour_request.rb
mls-0.2.36 test/factories/tour_request.rb
mls-0.2.35 test/factories/tour_request.rb
mls-0.2.34 test/factories/tour_request.rb
mls-0.2.33 test/factories/tour_request.rb
mls-0.2.32 test/factories/tour_request.rb
mls-0.2.31 test/factories/tour_request.rb
mls-0.2.29 test/factories/tour_request.rb
mls-0.2.28 test/factories/tour_request.rb
mls-0.2.26 test/factories/tour_request.rb
mls-0.2.25 test/factories/tour_request.rb
mls-0.2.24 test/factories/tour_request.rb
mls-0.2.23 test/factories/tour_request.rb