1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Minitest provides a complete suite of testing facilities supporting TDD, BDD,

mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
testing framework.

WWW:	http://rubygems.org/gems/minitest
This commit is contained in:
Steve Wills 2011-06-19 16:12:26 +00:00
parent bcada96830
commit 6f931a64ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275839
4 changed files with 28 additions and 0 deletions

View File

@ -3273,6 +3273,7 @@
SUBDIR += rubygem-main
SUBDIR += rubygem-mash
SUBDIR += rubygem-metaid
SUBDIR += rubygem-minitest
SUBDIR += rubygem-mixlib-authentication
SUBDIR += rubygem-mixlib-cli
SUBDIR += rubygem-mixlib-config

View File

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-minitest
# Date created: 2011-06-19
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= minitest
PORTVERSION= 2.3.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Minitest provides a complete suite of testing facilities
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/minitest-2.3.0.gem) = f4717dd011eebe9a164b6a55af614097dcecafd53adf9fd64059ea4cba0ba864
SIZE (rubygem/minitest-2.3.0.gem) = 38912

View File

@ -0,0 +1,5 @@
Minitest provides a complete suite of testing facilities supporting TDD, BDD,
mocking, and benchmarking. minitest/unit is a small and incredibly fast unit
testing framework.
WWW: http://rubygems.org/gems/minitest