Initial commit
This commit is contained in:
15
spec/factories/edl_events.rb
Normal file
15
spec/factories/edl_events.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
FactoryBot.define do
|
||||
factory :edl_event do
|
||||
channel "V"
|
||||
start_time "start_time"
|
||||
timecode_in "timecode_in"
|
||||
timecode_out "timecode_out"
|
||||
duration "duration"
|
||||
source_file_name "source_file_name"
|
||||
clip_name "clip_name"
|
||||
description "description"
|
||||
matches []
|
||||
|
||||
initialize_with { new(attributes) }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user