Initial commit
This commit is contained in:
6
spec/factories/video_release_confirmations.rb
Normal file
6
spec/factories/video_release_confirmations.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :video_release_confirmation do
|
||||
association :video
|
||||
association :releasable, factory: :appearance_release
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user