Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.

WWW:	https://github.com/rspec/rspec-mocks

PR:		ports/157797
Submitted by:	Steve Wills <swills at FreeBSD.org>
This commit is contained in:
Steve Wills 2011-06-27 02:18:04 +00:00
parent dbfb8d45ab
commit 5404a87cbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276469
4 changed files with 27 additions and 0 deletions

View file

@ -3322,6 +3322,7 @@
SUBDIR += rubygem-rspec SUBDIR += rubygem-rspec
SUBDIR += rubygem-rspec-core SUBDIR += rubygem-rspec-core
SUBDIR += rubygem-rspec-expectations SUBDIR += rubygem-rspec-expectations
SUBDIR += rubygem-rspec-mocks
SUBDIR += rubygem-rubigen SUBDIR += rubygem-rubigen
SUBDIR += rubygem-ruby-debug SUBDIR += rubygem-ruby-debug
SUBDIR += rubygem-ruby-debug-base SUBDIR += rubygem-ruby-debug-base

View file

@ -0,0 +1,21 @@
# New ports collection makefile for: rubygem-rspec-mocks
# Date created: 2011-06-12
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rspec-mocks
PORTVERSION= 2.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Rspec-mocks provides a test-double framework for rspec
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/rspec-mocks-2.6.0.gem) = 4bb704c8fcd857a1646ccbbfc131089d42c33abdf2382362bd81384672721690
SIZE (rubygem/rspec-mocks-2.6.0.gem) = 49152

View file

@ -0,0 +1,3 @@
Rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations.
WWW: https://github.com/rspec/rspec-mocks