Files
old-holivud2/spec/factories/graphics_elements.rb
2020-05-31 22:38:19 +02:00

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