mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 02:20:41 +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
|