]> git.openstreetmap.org Git - rails.git/blob - test/factories/user_role.rb
Credit the whole of UCL, rather than just the Bartlett / VR centre.
[rails.git] / test / factories / user_role.rb
1 FactoryGirl.define do
2   factory :user_role do
3     user
4     association :granter, :factory => :user
5   end
6 end