a0c33254e7
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
8 lines
146 B
Ruby
8 lines
146 B
Ruby
FactoryBot.define do
|
|
factory :team do
|
|
name { 'MyString' }
|
|
description { 'MyText' }
|
|
allow_auto_assign { true }
|
|
account
|
|
end
|
|
end
|