]> git.openstreetmap.org Git - rails.git/blob - test/factories/way_node.rb
Check the oauth token and then use the capabilities directly
[rails.git] / test / factories / way_node.rb
1 FactoryBot.define do
2   factory :way_node do
3     sequence_id { 1 }
4
5     way
6     node
7   end
8 end