Fix Rubocop linting
This commit is contained in:
parent
c2b9275e02
commit
2f9b3feabc
2 changed files with 11 additions and 11 deletions
|
|
@ -63,7 +63,7 @@ describe External::MailblusterHelper, type: :helper do
|
|||
.to_return(body: response_body, status: 200)
|
||||
add_tags = ['2021']
|
||||
old_email = user.email
|
||||
user.email = "new@new.org"
|
||||
user.email = 'new@new.org'
|
||||
user.save
|
||||
response = edit_lead(user, old_email: old_email)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue