]> git.openstreetmap.org Git - rails.git/blob - test/factories/acls.rb
Add a way_with_nodes factory, and use it in the way_controller tests.
[rails.git] / test / factories / acls.rb
1 FactoryGirl.define do
2   factory :acl do
3     sequence(:k) { |n| "Key #{n}" }
4   end
5 end