Initial commit
This commit is contained in:
6
spec/factories/unreleased_appearances.rb
Normal file
6
spec/factories/unreleased_appearances.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :unreleased_appearance do
|
||||
association :video
|
||||
time_elapsed "1.5"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user