Skip to content

Use dynamic attributes to fix FactoryBot deprecation warning

Nina requested to merge fix-factorybot-deprecation-warnings into master

Static attributes will be removed in FactoryBot 5.0. Please use dynamic attributes instead by wrapping the attribute value in a block:

Merge request reports