replaces video url on poll answer factories

This commit is contained in:
decabeza
2017-10-16 18:37:00 +02:00
parent c2dcad79b3
commit 1812c0330e

View File

@@ -510,7 +510,7 @@ FactoryGirl.define do
factory :poll_answer_video, class: 'Poll::Question::Answer::Video' do factory :poll_answer_video, class: 'Poll::Question::Answer::Video' do
association :answer, factory: :poll_question_answer association :answer, factory: :poll_question_answer
title "Sample video title" title "Sample video title"
url "http://sample-video-url.org" url "https://youtu.be/nhuNb0XtRhQ"
end end
factory :poll_booth, class: 'Poll::Booth' do factory :poll_booth, class: 'Poll::Booth' do