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?
|
if recipients.present?
|
||||||
recipients += ', '
|
recipients += ', '
|
||||||
end
|
end
|
||||||
domain = "#{Time.zone.now.to_i}-#{rand(999_999_999)}.example.com"
|
domain = "#{Time.zone.now.to_i}-#{rand(999_999_999_999_999)}.example.com"
|
||||||
email = "#{Time.zone.now.to_i}-#{rand(999_999_999)}@#{domain}"
|
email = "#{Time.zone.now.to_i}-#{rand(999_999_999_999_999)}@#{domain}"
|
||||||
recipients += email
|
recipients += email
|
||||||
end
|
end
|
||||||
recipients
|
recipients
|
||||||
|
|
Loading…
Reference in a new issue