Improved test.

This commit is contained in:
Martin Edenhofer 2017-10-15 18:48:12 +02:00
parent 1a71444c22
commit a84c65f6c7

View file

@ -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