]> git.openstreetmap.org Git - rails.git/blob - test/factories/redaction.rb
Delete zh-hk.yml file that has been mapped to zh-HK.yml
[rails.git] / test / factories / redaction.rb
1 FactoryBot.define do
2   factory :redaction do
3     sequence(:title) { |n| "Redaction #{n}" }
4     sequence(:description) { |n| "Description of redaction #{n}" }
5
6     user
7   end
8 end