diff --git a/devel/Makefile b/devel/Makefile index 1f2760f903db..eb983a2e0dd6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-rspec-its/Makefile b/devel/rubygem-rspec-its/Makefile new file mode 100644 index 000000000000..4b4f1e417fa2 --- /dev/null +++ b/devel/rubygem-rspec-its/Makefile @@ -0,0 +1,22 @@ +# Created by: Yuichiro NAITO +# $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 diff --git a/devel/rubygem-rspec-its/distinfo b/devel/rubygem-rspec-its/distinfo new file mode 100644 index 000000000000..eeed1a43fa5f --- /dev/null +++ b/devel/rubygem-rspec-its/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1496195622 +SHA256 (rubygem/rspec-its-1.2.0.gem) = e39e64faceb99d86cbd181b5137c57cbb3b0e54d7a0fd560a88c2b59bc8597df +SIZE (rubygem/rspec-its-1.2.0.gem) = 12800 diff --git a/devel/rubygem-rspec-its/pkg-descr b/devel/rubygem-rspec-its/pkg-descr new file mode 100644 index 000000000000..770d0a7f22e9 --- /dev/null +++ b/devel/rubygem-rspec-its/pkg-descr @@ -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