]> git.openstreetmap.org Git - rails.git/blob - test/factories/social_link.rb
Update maplibre-gl-leaflet to 0.1.3
[rails.git] / test / factories / social_link.rb
1 FactoryBot.define do
2   factory :social_link do
3     sequence(:url) { |n| "https://test.com/#{n}" }
4     user
5   end
6 end