thoughtbot--factory_bot/lib/factory_girl
Erik Ostrom 34c1bf9b70 Let Cucumber steps use inherited associations.
By making Factory#associations include the parent's associations.

https://github.com/thoughtbot/factory_girl/issues/292
2012-02-08 00:08:37 -05:00
..
attribute Move class creation/handling to an anonymous evaluator 2011-11-30 20:56:58 -05:00
declaration Fix callback handling from implicit traits 2011-10-30 23:17:03 -04:00
proxy Always pass to_create 2011-12-30 00:41:50 -05:00
syntax Add ability to pass traits at runtime to (build|create)_list 2012-02-08 00:02:19 -05:00
aliases.rb Clean up attribute and core factory specs 2011-08-19 17:21:14 -04:00
attribute.rb Move class creation/handling to an anonymous evaluator 2011-11-30 20:56:58 -05:00
attribute_assigner.rb Implement initialize_with to allow overriding object instantiation 2012-01-20 15:37:36 -05:00
attribute_list.rb Add AttributeList#associations 2011-12-30 01:01:04 -05:00
callback.rb Fix variable name 2011-12-30 00:41:49 -05:00
declaration.rb Move around requires 2011-11-19 16:34:31 -05:00
declaration_list.rb Wrap up DeclarationList 2011-10-31 19:05:34 -04:00
definition.rb Implement initialize_with to allow overriding object instantiation 2012-01-20 15:37:36 -05:00
definition_proxy.rb Implement initialize_with to allow overriding object instantiation 2012-01-20 15:37:36 -05:00
deprecated.rb Check for undefined constants/methods on Factory on FactoryGirl to preserve backwards compatibility 2010-07-06 20:22:11 -04:00
evaluator.rb Overrides become methods defined on each instance of the evaluator 2012-02-03 16:48:38 -05:00
evaluator_class_definer.rb Factory evaluators use inheritance 2012-01-09 17:28:20 -05:00
factory.rb Let Cucumber steps use inherited associations. 2012-02-08 00:08:37 -05:00
find_definitions.rb Load definition files instead of require so re-running find_definitions works as expected 2011-07-29 14:00:08 -04:00
null_factory.rb Let Cucumber steps use inherited associations. 2012-02-08 00:08:37 -05:00
null_object.rb Add NullObject 2012-01-08 00:23:25 -05:00
proxy.rb Always pass to_create 2011-12-30 00:41:50 -05:00
rails2.rb Load factories from /factories at the Rails root, just like the default definition_file_paths. 2011-08-31 10:01:12 -04:00
registry.rb Registries are named 2011-10-15 02:01:16 -04:00
reload.rb FactoryGirl.reload clears all registries and loads all known definitions 2011-09-02 14:45:27 -04:00
sequence.rb Consolidate errors into factory.rb 2011-11-19 16:37:42 -05:00
step_definitions.rb Be more agnostic to ORMs when using columns. This will allow using FG with neo4j still preserving semantics for other ORMs. 2012-01-13 11:33:02 -05:00
syntax.rb Move around requires 2011-11-19 16:34:31 -05:00
trait.rb Wrap up DeclarationList 2011-10-31 19:05:34 -04:00
version.rb Bump version to 2.5.1 2012-02-03 16:58:58 -05:00