factory :test_survey_participant, class: 'SurveyParticipant' do
    association :survey, factory: :test_survey
    association :participant, factory: :test_participant
    initialize_with do 
      test_survey = FactoryInitializer.test_survey