feat: Team APIs (#1654)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -20,4 +20,5 @@ RSpec.describe Account do
|
||||
it { is_expected.to have_many(:events) }
|
||||
it { is_expected.to have_many(:kbase_portals).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:kbase_categories).dependent(:destroy) }
|
||||
it { is_expected.to have_many(:teams).dependent(:destroy) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user