mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -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
|
||||||
|
|
21
devel/rubygem-rspec-mocks/Makefile
Normal file
21
devel/rubygem-rspec-mocks/Makefile
Normal 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>
|
2
devel/rubygem-rspec-mocks/distinfo
Normal file
2
devel/rubygem-rspec-mocks/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (rubygem/rspec-mocks-2.6.0.gem) = 4bb704c8fcd857a1646ccbbfc131089d42c33abdf2382362bd81384672721690
|
||||||
|
SIZE (rubygem/rspec-mocks-2.6.0.gem) = 49152
|
3
devel/rubygem-rspec-mocks/pkg-descr
Normal file
3
devel/rubygem-rspec-mocks/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue