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.9.9 test/factories/contact.rb
mls-0.9.8 test/factories/contact.rb
mls-0.9.6 test/factories/contact.rb
mls-0.9.5 test/factories/contact.rb
mls-0.9.4 test/factories/contact.rb
mls-0.9.3 test/factories/contact.rb
mls-0.9.2 test/factories/contact.rb
mls-0.9.1 test/factories/contact.rb
mls-0.9.0 test/factories/contact.rb
mls-0.8.2 test/factories/contact.rb
mls-0.8.1 test/factories/contact.rb
mls-0.8.0 test/factories/contact.rb
mls-0.6.3 test/factories/tour.rb
mls-0.6.2 test/factories/tour.rb
mls-0.6.1 test/factories/tour.rb
mls-0.6.0 test/factories/tour.rb
mls-0.5.12 test/factories/tour.rb
mls-0.5.11 test/factories/tour.rb
mls-0.5.10 test/factories/tour.rb
mls-0.5.9 test/factories/tour.rb