]> git.openstreetmap.org Git - rails.git/blob - test/factories/social_link.rb
Bump @stylistic/eslint-plugin from 5.2.3 to 5.3.1
[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