Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
11
research/chatwoot/spec/models/webhook_spec.rb
Normal file
11
research/chatwoot/spec/models/webhook_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Webhook do
|
||||
describe 'validations' do
|
||||
it { is_expected.to validate_presence_of(:account_id) }
|
||||
end
|
||||
|
||||
describe 'associations' do
|
||||
it { is_expected.to belong_to(:account) }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user