mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Add a rake task running job & test for job
This commit is contained in:
parent
e110924968
commit
5f0c031410
8 changed files with 92 additions and 105 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue