factory_bot
factory_bot copied to clipboard
DefinitionProxy#method_missing: Forward given block to #association
Addresses #1503
Why
Providing an options factory
-key with an assocation definition effectively ignores a given block. Users might be confused by this behaviour, so we might want to raise an error.
Considerations
As @composerinteralia pointed out, this is a breaking change and might need to wait for FactoryBot 7.0.
I am not sure about the process here though. Happy to learn how this is organised.