test/factories/contact.rb in mls-0.7.2 vs test/factories/contact.rb in mls-0.8.0

- old
+ new

@@ -1,6 +1,6 @@ FactoryGirl.define do - factory :contact, :class => MLS::Contact 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