9 lines
151 B
Ruby
9 lines
151 B
Ruby
FactoryBot.define do
|
|
factory :graphics_element do
|
|
association :video
|
|
graphic_type "Logo"
|
|
text "some text"
|
|
time_elapsed "5"
|
|
end
|
|
end
|