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

14 commits

Author SHA1 Message Date
Joe Ferris
4d30663a5b Callbacks aren't attributes 2011-09-16 17:48:06 -04:00
Joshua Clayton
de2d49914c Style cleanup 2011-09-03 00:25:26 -04:00
Joshua Clayton
c87429b829 Add transient variables
Closes #142
Closes #103
2011-08-20 18:36:37 -04:00
Joshua Clayton
7c9254a452 Clean up attribute and core factory specs 2011-08-19 17:21:14 -04:00
Joshua Clayton
554e6ab378 rr => mocha 2011-08-13 00:12:47 -04:00
Joe Ferris
c59981de1b Split factories/sequences into separate registries most of the time;
Only use factories from step definitions
2011-05-25 20:08:59 -04:00
Joe Ferris
5aea0f4096 Use a registry class for keeping factories and sequences. Treat
sequences largely like factories. Refactor name and aliases into a
common names method.
2011-01-27 20:15:33 -05:00
Joe Ferris
58ee31b91a Evaulate dynamic attribute blocks without arguments in the context of the proxy 2010-09-30 23:35:24 -04:00
Joe Ferris
8b4a6a1c3a Moved definition loading syntax out of the factory class; moved everything into a FactoryGirl module 2010-07-06 20:22:02 -04:00
Joe Ferris
f3366b69f2 Separated unit and acceptance tests to isolate Rails-related dependencies 2010-06-10 13:37:51 -04:00
Nathan Sutton
6e35bf9207 Adding callbacks 2009-10-09 23:46:19 -05:00
Joe Ferris
33b61c3bfb Fixed issues with some attributes being skipped and added support for linked associations in step definitions 2009-09-15 16:56:20 -04:00
Joe Ferris
fa3a555c19 Added an exception when defining a sequence from a dynamic attribute block [#43 state:resolved] 2009-04-13 21:39:34 -04:00
Joe Ferris
683aa43fab Converted tests to specs 2009-04-13 21:15:25 -04:00