b2d5cc7b05
Co-authored-by: Pranav Raj S <pranavrajs@gmail.com> Co-authored-by: Sojan Jose <sojan@pepalo.com>
8 lines
206 B
Ruby
8 lines
206 B
Ruby
require 'rails_helper'
|
|
|
|
RSpec.describe AgentBot, type: :model do
|
|
describe 'associations' do
|
|
it { is_expected.to have_many(:agent_bot_inboxes) }
|
|
it { is_expected.to have_many(:inboxes) }
|
|
end
|
|
end
|