mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 20:29:53 +08:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
![]() |
Fabricator(:user_email) do
|
||
|
email { sequence(:email) { |i| "bruce#{i}@wayne.com" } }
|
||
|
primary true
|
||
|
end
|