Fix FactoryBot deprecation warnings

This commit is contained in:
Tom Hughes 2018-08-28 19:12:01 +01:00
parent 6c597f614b
commit 06915a77b5
22 changed files with 70 additions and 70 deletions

View file

@ -1,6 +1,6 @@
FactoryBot.define do
factory :old_way_node do
sequence_id 1
sequence_id { 1 }
old_way
node