]> git.openstreetmap.org Git - rails.git/blob - test/factories/acls.rb
Merge branch 'convert_roundabout_exits' of https://github.com/jguthrie100/openstreetm...
[rails.git] / test / factories / acls.rb
1 FactoryBot.define do
2   factory :acl do
3     sequence(:k) { |n| "Key #{n}" }
4   end
5 end