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

Version Path
mls-0.5.8 test/factories/tour.rb
mls-0.5.7 test/factories/tour.rb
mls-0.5.6 test/factories/tour.rb
mls-0.5.5 test/factories/tour.rb
mls-0.5.4 test/factories/tour.rb
mls-0.5.3 test/factories/tour.rb
mls-0.5.2 test/factories/tour.rb
mls-0.5.1 test/factories/tour.rb