mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
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:
parent
26a0e4553f
commit
3bc26ba5c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270556
@ -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
|
||||
|
19
devel/rubygem-edavis10-object_daddy/Makefile
Normal file
19
devel/rubygem-edavis10-object_daddy/Makefile
Normal 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>
|
2
devel/rubygem-edavis10-object_daddy/distinfo
Normal file
2
devel/rubygem-edavis10-object_daddy/distinfo
Normal 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
|
7
devel/rubygem-edavis10-object_daddy/pkg-descr
Normal file
7
devel/rubygem-edavis10-object_daddy/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user