Added support for alternate (cleaner) syntax
[doozer.git] / docs / src / test-specs.markdown
blob40dedab48e4748137758c6fbc06c51037d4093e2
2 ## Builder should: 
5 * generate output yaml string
6 * generate yaml fixture files
9 ## Definition should: 
12 * generate fixture definition data structure
13 * generate helper methods
14 * return next object id
15 * add objects to data pool from named arguments
16 * add objects to data pool from positional arguments
17 * add default values to data objects
18 * allow multiple updates to a single named fixture
19 * be able to override the target AR class
20 * support block association definition
21 * correctly nest fixtures
22 * allow macro aliases
23 * allow alternate block syntax
24 * allow `belongs_to` relationships
25 * readme example