Fix FactoryBot deprecation warnings
This commit is contained in:
parent
6c597f614b
commit
06915a77b5
22 changed files with 70 additions and 70 deletions
|
@ -1,7 +1,7 @@
|
|||
FactoryBot.define do
|
||||
factory :changeset_comment do
|
||||
sequence(:body) { |n| "Changeset comment #{n}" }
|
||||
visible true
|
||||
visible { true }
|
||||
|
||||
changeset
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue