]> git.openstreetmap.org Git - rails.git/blob - test/factories/user_role.rb
Move Way.to_xml and to_xml_node out of the model and into tests
[rails.git] / test / factories / user_role.rb
1 FactoryBot.define do
2   factory :user_role do
3     user
4     association :granter, :factory => :user
5   end
6 end