]> git.openstreetmap.org Git - rails.git/blob - test/factories/user_role.rb
Refactor the profile page to move the profile information out of the header
[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