replaces video url on poll answer factories
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user