mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers.
WWW: https://github.com/rspec/rspec-expectations PR: ports/157797 Submitted by: Steve Wills <swills at FreeBSD.org>
This commit is contained in:
parent
19be3815ff
commit
dbfb8d45ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276468
4 changed files with 30 additions and 0 deletions
|
@ -3321,6 +3321,7 @@
|
|||
SUBDIR += rubygem-rscm
|
||||
SUBDIR += rubygem-rspec
|
||||
SUBDIR += rubygem-rspec-core
|
||||
SUBDIR += rubygem-rspec-expectations
|
||||
SUBDIR += rubygem-rubigen
|
||||
SUBDIR += rubygem-ruby-debug
|
||||
SUBDIR += rubygem-ruby-debug-base
|
||||
|
|
24
devel/rubygem-rspec-expectations/Makefile
Normal file
24
devel/rubygem-rspec-expectations/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: rubygem-rspec-expectations
|
||||
# Date created: 2011-06-12
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rspec-expectations
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Rspec-expectations adds should and should_not to every object
|
||||
|
||||
BUILD_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
|
||||
RUN_DEPENDS= rubygem-diff-lcs>=0:${PORTSDIR}/textproc/rubygem-diff-lcs
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RAKE= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-rspec-expectations/distinfo
Normal file
2
devel/rubygem-rspec-expectations/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1
|
||||
SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952
|
3
devel/rubygem-rspec-expectations/pkg-descr
Normal file
3
devel/rubygem-rspec-expectations/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Rspec-expectations adds should and should_not to every object and includes RSpec::Matchers, a library of standard matchers.
|
||||
|
||||
WWW: https://github.com/rspec/rspec-expectations
|
Loading…
Add table
Reference in a new issue