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/acceptance
Stephan Eckardt and Josh Clayton 14b8245371 Allow factories to be modified after they've been defined.
This adds `FactoryGirl.modify`, which allows for reopening of factories
that've been defined elsewhere. Modifying a factory won't remove or
change callbacks, only attributes.
2011-09-02 12:05:44 -04:00
..
syntax Suggestions 2011-08-19 17:22:10 -04:00
attribute_aliases_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
attributes_for_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
attributes_ordered_spec.rb Ensure factories prioritize static attributes in all cases 2011-08-20 01:17:53 -04:00
build_list_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
build_spec.rb Now able to specify :method => :build in a factory's association. 2011-08-25 15:11:01 -04:00
build_stubbed_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
callbacks_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
create_list_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
create_spec.rb Allow factories to be modified after they've been defined. 2011-09-02 12:05:44 -04:00
default_strategy_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
definition_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
definition_without_block_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
modify_factories_spec.rb Allow factories to be modified after they've been defined. 2011-09-02 12:05:44 -04:00
overrides_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
parent_spec.rb Ensure static and dynamic attributes can be "rearranged" in child 2011-08-22 09:55:40 -04:00
sequence_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
stub_spec.rb Now able to specify :method => :build in a factory's association. 2011-08-25 15:11:01 -04:00
traits_spec.rb Move DefineConstant code into macro 2011-08-19 17:21:54 -04:00
transient_attributes_spec.rb Add transient variables 2011-08-20 18:36:37 -04:00