feat: Team APIs (#1654)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
parent
dd90e24d02
commit
a0c33254e7
29 changed files with 523 additions and 2 deletions
|
@ -3,6 +3,10 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Conversation, type: :model do
|
||||
describe 'associations' do
|
||||
it { is_expected.to belong_to(:account) }
|
||||
end
|
||||
|
||||
describe '.before_create' do
|
||||
let(:conversation) { build(:conversation, display_id: nil) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue