fauxfactory
fauxfactory copied to clipboard
`generate_email` uses production domains
As described in RFC 2606, the IETF has reserved several domains for use within documentation and example code. The following top-level domains are reserved:
- test
- example
- invalid
- localhost
Additionally, the following second-level domains are reserved:
- example.com
- example.net
- example.org
Method FauxFactory.generate_email
should, by default, use these IETF-sanctioned domains.
Sweet! I will try to get this baked in as soon as I can (unless you beat me to it) :)
:+1:
The same issue applies to generate_url
.