1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00

Clarify association build strategy behavior (#1516)

This commit is contained in:
Peter Boling 2021-10-04 07:21:44 -06:00 committed by GitHub
parent 893eb67bbb
commit 5c01f05269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -606,7 +606,7 @@ post = build(:post, author: eunji)
### Build strategies
In factory\_bot 5, associations default to using the same build strategy as
Starting with factory\_bot 5, associations default to using the same build strategy as
their parent object:
```ruby