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:
Steve Wills 2011-06-27 02:17:13 +00:00
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

View file

@ -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

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/rspec-expectations-2.6.0.gem) = 8db3e4e34d163fc6d17ded378380ed2dd2495a9565869c4ef02b8de6434c5db1
SIZE (rubygem/rspec-expectations-2.6.0.gem) = 61952

View 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