3bc26ba5c2
assist in automating testing of large collections of objects, especially webs of ActiveRecord models. It is a descendent of the "Object Mother" pattern for creating objects for testing, and is related to the concept of an "object exemplar" or stereotype. This is a fork of the original object_daddy. WWW: https://github.com/edavis10/object_daddy PR: ports/155307 Submitted by: milki <milki at rescomp.berkeley.edu>
7 lines
421 B
Text
7 lines
421 B
Text
Object Daddy is a library (as well as a Ruby on Rails plugin) designed to
|
|
assist in automating testing of large collections of objects, especially webs
|
|
of ActiveRecord models. It is a descendent of the "Object Mother" pattern for
|
|
creating objects for testing, and is related to the concept of an "object
|
|
exemplar" or stereotype. This is a fork of the original object_daddy.
|
|
|
|
WWW: https://github.com/edavis10/object_daddy
|