Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
9
research/chatwoot/spec/factories/canned_responses.rb
Normal file
9
research/chatwoot/spec/factories/canned_responses.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
FactoryBot.define do
|
||||
factory :canned_response do
|
||||
content { 'Content' }
|
||||
sequence(:short_code) { |n| "CODE#{n}" }
|
||||
account
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user