Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
8
research/chatwoot/spec/factories/inbox_members.rb
Normal file
8
research/chatwoot/spec/factories/inbox_members.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :inbox_member do
|
||||
user { create(:user, :with_avatar) }
|
||||
inbox
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user