-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FactoryBot linter failing for a model that uses closure_tree #308
Comments
We met the same problem in production after using the code in master branch. Any update? |
@chunlea I digged into it and found out it was this change that broke it. I am still trying to figure out why ActiveRecord is not connected in my test environment. |
See #264 :
|
I have a model that I am using closure tree with and have a factory created for it. We have a spec that does
FactoryBot.lint FactoryBot.factories
, which is now failing because of the error below.This was the last commit where the factory was passing the linter. Any suggestions on how to fix this?
rails (5.2.0)
factory_bot (4.8.2)
factory_bot_rails (4.8.2)
The text was updated successfully, but these errors were encountered: