feat: Team APIs (#1654)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose 2021-01-17 23:56:56 +05:30 committed by GitHub
parent dd90e24d02
commit a0c33254e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 523 additions and 2 deletions

View file

@ -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) }