]> git.openstreetmap.org Git - rails.git/blob - test/factories/user_role.rb
Add a way_with_nodes factory, and use it in the way_controller tests.
[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