]> git.openstreetmap.org Git - rails.git/blob - test/factories/reports.rb
Black list 2010 and 2016 imagery for the Canton Schaffhauen
[rails.git] / test / factories / reports.rb
1 FactoryBot.define do
2   factory :report do
3     sequence(:details) { |n| "Report details #{n}" }
4     category { "other" }
5     issue
6     user
7   end
8 end