Initial commit
This commit is contained in:
8
spec/factories/graphics_elements.rb
Normal file
8
spec/factories/graphics_elements.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
FactoryBot.define do
|
||||
factory :graphics_element do
|
||||
association :video
|
||||
graphic_type "Logo"
|
||||
text "some text"
|
||||
time_elapsed "5"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user