]> git.openstreetmap.org Git - rails.git/blob - test/factories/old_relations.rb
Merge pull request #6658 from Dimitar5555/patch-1
[rails.git] / test / factories / old_relations.rb
1 # frozen_string_literal: true
2
3 FactoryBot.define do
4   factory :old_relation do
5     timestamp { Time.now.utc }
6     visible { true }
7     version { 1 }
8
9     changeset
10     current_relation :factory => :relation
11   end
12 end