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

@@ -56,7 +56,7 @@ describe ::EmailTemplates::DbResolverService do
Current.account = nil
end
it 'return installation template when current account dont have template' do
it 'return installation template when current account dont have template' do
Current.account = create(:account)
handler = ActionView::Template.registered_template_handler(:liquid)
template_details = {