-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still maintained? #140
Comments
+1 |
Same issue here. |
Guessing by lack of response, this is a dead project. Maybe I should just fork and fix huh 🤓 |
@mikeerickson might be a good idea. Count me as a contributor to resolve this issue |
For those interested may take a look at my fork, https://github.com/ratson/factory-bot/commits/master |
Factory girl doesn't throw error when build schema doesnt' match with DB schema. |
What worked for me was adding a |
I am having an issue with
factory.create
not actually creating documents in Mongo, and the.then()
call is not executing.If I change to
factory.build
then it does generate a new factory object, but I am still not able to create.Should I expect a response, or should I look for an alternative project (any suggestions)
The text was updated successfully, but these errors were encountered: