Improved test.
This commit is contained in:
parent
1a71444c22
commit
a84c65f6c7
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ Some Text"
|
|||
if recipients.present?
|
||||
recipients += ', '
|
||||
end
|
||||
domain = "#{Time.zone.now.to_i}-#{rand(999_999_999)}.example.com"
|
||||
email = "#{Time.zone.now.to_i}-#{rand(999_999_999)}@#{domain}"
|
||||
domain = "#{Time.zone.now.to_i}-#{rand(999_999_999_999_999)}.example.com"
|
||||
email = "#{Time.zone.now.to_i}-#{rand(999_999_999_999_999)}@#{domain}"
|
||||
recipients += email
|
||||
end
|
||||
recipients
|
||||
|
|
Loading…
Reference in a new issue