test/factories/tour.rb in mls-0.5.0 vs test/factories/tour.rb in mls-0.5.1

- old
+ new

@@ -1,6 +1,6 @@ FactoryGirl.define do - factory :tour, :class => MLS::TourRequest 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' \ No newline at end of file