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

PR:		ports/155307
Submitted by:	milki <milki at rescomp.berkeley.edu>
This commit is contained in:
Martin Wilke 2011-03-09 14:13:33 +00:00
parent 26a0e4553f
commit 3bc26ba5c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270556
4 changed files with 29 additions and 0 deletions

View file

@ -3177,6 +3177,7 @@
SUBDIR += rubygem-directory_watcher
SUBDIR += rubygem-ditz
SUBDIR += rubygem-echoe
SUBDIR += rubygem-edavis10-object_daddy
SUBDIR += rubygem-elif
SUBDIR += rubygem-eventmachine
SUBDIR += rubygem-extlib

View file

@ -0,0 +1,19 @@
# Ports collection makefile for: rubygem-edavis10-object_daddy
# Date created: 2011-03-06
# Whom: milki <milki@rescomp.berkeley.edu>
#
# $FreeBSD$
PORTNAME= edavis10-object_daddy
PORTVERSION= 0.4.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= milki@rescomp.berkeley.du
COMMENT= Object Daddy assists in automating testing
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/edavis10-object_daddy-0.4.3.gem) = cc81ddab5a40d1b7dada2c34742d9a633ccd9d9568dc81a1fb369f2e52432335
SIZE (rubygem/edavis10-object_daddy-0.4.3.gem) = 16384

View file

@ -0,0 +1,7 @@
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