discourse/spec/fabricators/category_fabricator.rb
Benjamin Kampmann d32cb55837 Add public-inbox to Email-In-Feature
- 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
2014-02-28 16:53:58 +01:00

4 lines
95 B
Ruby

Fabricator(:category) do
name { sequence(:name) { |n| "Amazing Category #{n}" } }
user
end