Skip to content

Fix spec for factory-bot 5.0.

paz requested to merge paz/fix-factory-bot-new-build-strategy into master

They changed a default setting so now associated resources are not created but also only built when using build(), which means the associated resources don't have an ID and thus are not valid.

Merge request reports