mirror of
https://github.com/discourse/discourse.git
synced 2025-02-14 07:14:55 +00:00
5 lines
98 B
Ruby
5 lines
98 B
Ruby
Fabricator(:user_field) do
|
|
name { sequence(:name) {|i| "field_#{i}" } }
|
|
field_type 'text'
|
|
end
|