chore: Fixes the missing gem warning (#3207)

* chore: Fixes the missing gem warning

fixes: #3143

* chore: rubocop fixes

Co-authored-by: Tejaswini Chile <tejaswini776@gmail.com>
This commit is contained in:
Sojan Jose
2021-10-14 13:57:01 +05:30
committed by GitHub
parent 590001cca2
commit 0c65db925d
7 changed files with 115 additions and 96 deletions

View File

@@ -54,7 +54,7 @@ RSpec.describe 'Installation::Onboarding API', type: :request do
end
context 'when onboarding is not successfull' do
it ' does not deletes the redis key' do
it 'does not deletes the redis key' do
allow(AccountBuilder).to receive(:new).and_raise('error')
post '/installation/onboarding', params: { user: {} }
expect(::Redis::Alfred.get(::Redis::Alfred::CHATWOOT_INSTALLATION_ONBOARDING)).not_to eq nil