mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/rubygem-rspec-its: create port
RSpec::Its provides the `its` method as a short-hand to specify the expected value of an attribute. WWW: https://github.com/rspec/rspec-its PR: 219978 Submitted by: naito.yuichiro@gmail.com
This commit is contained in:
parent
6d288a82b2
commit
52f9bd4717
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445294
4 changed files with 30 additions and 0 deletions
|
@ -5584,6 +5584,7 @@
|
|||
SUBDIR += rubygem-rspec-core
|
||||
SUBDIR += rubygem-rspec-expectations
|
||||
SUBDIR += rubygem-rspec-logsplit
|
||||
SUBDIR += rubygem-rspec-its
|
||||
SUBDIR += rubygem-rspec-mocks
|
||||
SUBDIR += rubygem-rspec-rails
|
||||
SUBDIR += rubygem-rspec-support
|
||||
|
|
22
devel/rubygem-rspec-its/Makefile
Normal file
22
devel/rubygem-rspec-its/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Yuichiro NAITO <naito.yuichiro@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspec-its
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= naito.yuichiro@gmail.com
|
||||
COMMENT= RSpec extension gem for attribute matching
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
|
||||
rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-rspec-its/distinfo
Normal file
3
devel/rubygem-rspec-its/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1496195622
|
||||
SHA256 (rubygem/rspec-its-1.2.0.gem) = e39e64faceb99d86cbd181b5137c57cbb3b0e54d7a0fd560a88c2b59bc8597df
|
||||
SIZE (rubygem/rspec-its-1.2.0.gem) = 12800
|
4
devel/rubygem-rspec-its/pkg-descr
Normal file
4
devel/rubygem-rspec-its/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
RSpec::Its provides the `its` method as a short-hand
|
||||
to specify the expected value of an attribute.
|
||||
|
||||
WWW: https://github.com/rspec/rspec-its
|
Loading…
Add table
Reference in a new issue