Fix FactoryBot deprecation warnings
This commit is contained in:
parent
6c597f614b
commit
06915a77b5
22 changed files with 70 additions and 70 deletions
|
@ -1,6 +1,6 @@
|
|||
FactoryBot.define do
|
||||
factory :old_relation_member do
|
||||
member_role ""
|
||||
member_role { "" }
|
||||
|
||||
old_relation
|
||||
# Default to creating nodes, but could be ways or relations as members
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue