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>
20 lines
421 B
Makefile
20 lines
421 B
Makefile
# 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>
|