8 lines
109 B
Ruby
8 lines
109 B
Ruby
|
FactoryBot.define do
|
||
|
factory :agent_bot_inbox do
|
||
|
inbox
|
||
|
agent_bot
|
||
|
status { 'active' }
|
||
|
end
|
||
|
end
|