]> git.openstreetmap.org Git - rails.git/blob - test/factories/follows.rb
don't re-pan the map when selecting another note that is already on the screen
[rails.git] / test / factories / follows.rb
1 FactoryBot.define do
2   factory :follow do
3     follower :factory => :user
4     following :factory => :user
5   end
6 end