]> git.openstreetmap.org Git - rails.git/blob - test/factories/tracetags.rb
Move user images to Active Storage with paperclip as a fallback
[rails.git] / test / factories / tracetags.rb
1 FactoryBot.define do
2   factory :tracetag do
3     sequence(:tag) { |n| "Tag #{n}" }
4
5     trace
6   end
7 end