Feature: Introduce bots (#545)
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
7
spec/factories/agent_bot_inboxes.rb
Normal file
7
spec/factories/agent_bot_inboxes.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :agent_bot_inbox do
|
||||
inbox
|
||||
agent_bot
|
||||
status { 'active' }
|
||||
end
|
||||
end
|
||||
7
spec/factories/agent_bots.rb
Normal file
7
spec/factories/agent_bots.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory :agent_bot do
|
||||
name { 'MyString' }
|
||||
description { 'MyString' }
|
||||
outgoing_url { 'MyString' }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user