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.4.0 test/factories/tour_request.rb
mls-0.3.8 test/factories/tour_request.rb
mls-0.3.7 test/factories/tour_request.rb
mls-0.3.6 test/factories/tour_request.rb
mls-0.3.5 test/factories/tour_request.rb
mls-0.3.4 test/factories/tour_request.rb
mls-0.3.3 test/factories/tour_request.rb
mls-0.3.2 test/factories/tour_request.rb
mls-0.3.1 test/factories/tour_request.rb
mls-0.3.0 test/factories/tour_request.rb
mls-0.2.54 test/factories/tour_request.rb
mls-0.2.53 test/factories/tour_request.rb
mls-0.2.52 test/factories/tour_request.rb
mls-0.2.51 test/factories/tour_request.rb
mls-0.2.50 test/factories/tour_request.rb
mls-0.2.49 test/factories/tour_request.rb
mls-0.2.48 test/factories/tour_request.rb
mls-0.2.47 test/factories/tour_request.rb
mls-0.2.46 test/factories/tour_request.rb
mls-0.2.45 test/factories/tour_request.rb