]> git.openstreetmap.org Git - rails.git/blob - test/factories/issues.rb
Link to diary comments using anchors, rather than showing them alone
[rails.git] / test / factories / issues.rb
1 FactoryBot.define do
2   factory :issue do
3     # Default to reporting users
4     association :reportable, :factory => :user
5     association :reported_user, :factory => :user
6   end
7 end