Rails generated code uses static attributes · Issue #1174 · thoughtbot/factory_bot

When creating a new rails model the factory_bot generator creates factories which use static attributes. This leads to some warnings because those are depecrated. It would be nice if the factories ...