Add a rake task running job & test for job

This commit is contained in:
Alex Sherman 2021-07-01 16:00:35 +05:00
parent e110924968
commit 5f0c031410
8 changed files with 92 additions and 105 deletions

View file

@ -19,7 +19,7 @@ module Actions
private
def check_email(parsed_email)
Truemail.validate(parsed_email, with: check_level).result
Truemail.validate(parsed_email, with: check_level.to_sym).result
end
def save_result(result)