Feature: Twilio SMS Channel (#658)

Twilio SMS Channel
Fixes :  #350
This commit is contained in:
Pranav Raj S
2020-04-05 22:11:27 +05:30
committed by GitHub
parent 8e59564793
commit a1a81e3799
44 changed files with 918 additions and 33 deletions

View File

@@ -21,7 +21,7 @@ RSpec.describe 'Twitter::CallbacksController', type: :request do
end
describe 'GET /twitter/callback' do
it 'renders the page correctly when called with website_token' do
it 'returns correct response' do
get twitter_callback_url
account.reload
expect(response).to redirect_to app_twitter_inbox_agents_url(account_id: account.id, inbox_id: account.inboxes.last.id)