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:
parent
bcada96830
commit
6f931a64ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275839
@ -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
|
||||
|
20
devel/rubygem-minitest/Makefile
Normal file
20
devel/rubygem-minitest/Makefile
Normal 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>
|
2
devel/rubygem-minitest/distinfo
Normal file
2
devel/rubygem-minitest/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/minitest-2.3.0.gem) = f4717dd011eebe9a164b6a55af614097dcecafd53adf9fd64059ea4cba0ba864
|
||||
SIZE (rubygem/minitest-2.3.0.gem) = 38912
|
5
devel/rubygem-minitest/pkg-descr
Normal file
5
devel/rubygem-minitest/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user