Initial commit
This commit is contained in:
6
spec/factories/zoom_meetings.rb
Normal file
6
spec/factories/zoom_meetings.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
FactoryBot.define do
|
||||
factory :zoom_meeting do
|
||||
api_meeting_id "zoom_meeting_id"
|
||||
association :zoom_user, :with_api_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user