1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/spec
Ryan Ringler 69b72e66de Add use_parent_strategy option for building associations (#961)
This change means that:

1. The option is turned on, and
2. A Post has a User (for example), and
3. We build an association
4. Then the User is built too.

With the flag off, the User would be created, which matches current
behaviour.

See: https://github.com/thoughtbot/factory_girl/pull/749
2016-12-16 05:28:09 -05:00
..
acceptance Add use_parent_strategy option for building associations (#961) 2016-12-16 05:28:09 -05:00
factory_girl Stub strategy disables all persistence instance methods 2016-07-19 05:20:26 -04:00
support Deprecate factory lookup by class 2016-03-09 05:29:15 -05:00
factory_girl_spec.rb Convert to expect syntax 2013-01-18 13:58:36 -05:00
spec_helper.rb Upgrade RSpec and other testing gems 2016-02-07 00:14:25 -05:00