mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 03:23:38 +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
|