heartcombo / devise

Flexible authentication solution for Rails with Warden.
http://blog.plataformatec.com.br/tag/devise/
MIT License
23.83k stars 5.53k forks source link

randomly generate fake emails #5658

Closed vdheera closed 2 months ago

vdheera commented 7 months ago

References the issue here: https://www.google.com/url?q=https://github.com/heartcombo/devise/issues/5498&sa=D&source=docs&ust=1701833326557472&usg=AOvVaw0rlCheHzI9Iz_DlsFU3z3V

whereby, the user emails violated a potential unique constraint on emails. We can fix this by creating our own fixtures to run devise test cases.