]> git.openstreetmap.org Git - rails.git/blob - test/factories/follows.rb
Bump osm-community-index from 5.9.3 to 5.10.0
[rails.git] / test / factories / follows.rb
1 # frozen_string_literal: true
2
3 FactoryBot.define do
4   factory :follow do
5     follower :factory => :user
6     following :factory => :user
7   end
8 end