You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Trying to save a built factory is broken, e.g.
Because the user required by the Factory built project has not yet been saved. This user is saved during
Factory.create(:project)
.Work around:
Also, consider moving the factories to different files:
test/factories/user.rb
test/factories/project.rb
etc.
The text was updated successfully, but these errors were encountered: