mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 20:54:00 -06:00
d32cb55837
- Adds the advanced option to accept email from non-users per category email-address - Adds tests covering the new feature - Adds UI to configure this feature in the frontend
5 lines
95 B
Ruby
5 lines
95 B
Ruby
Fabricator(:category) do
|
|
name { sequence(:name) { |n| "Amazing Category #{n}" } }
|
|
user
|
|
end
|