- Add rubygem-rspec-rails 3.4.0
rspec-rails is a testing framework for Rails 3.x and 4.x. WWW: https://github.com/rspec/rspec-rails
This commit is contained in:
parent
088437c179
commit
4564522d58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404674
4 changed files with 34 additions and 0 deletions
|
@ -4988,6 +4988,7 @@
|
|||
SUBDIR += rubygem-rspec-expectations
|
||||
SUBDIR += rubygem-rspec-logsplit
|
||||
SUBDIR += rubygem-rspec-mocks
|
||||
SUBDIR += rubygem-rspec-rails
|
||||
SUBDIR += rubygem-rspec-support
|
||||
SUBDIR += rubygem-rubigen
|
||||
SUBDIR += rubygem-rubocop
|
||||
|
|
28
devel/rubygem-rspec-rails/Makefile
Normal file
28
devel/rubygem-rspec-rails/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspec-rails
|
||||
PORTVERSION= 3.4.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Testing framework for Rails
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/License.md
|
||||
|
||||
RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \
|
||||
rubygem-activesupport4>=3.0:${PORTSDIR}/devel/rubygem-activesupport4 \
|
||||
rubygem-railties4>=3.0:${PORTSDIR}/www/rubygem-railties4 \
|
||||
rubygem-rspec-core>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-core \
|
||||
rubygem-rspec-expectations>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
||||
rubygem-rspec-mocks>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-mocks \
|
||||
rubygem-rspec-support>=${PORTVERSION:R}.0:${PORTSDIR}/devel/rubygem-rspec-support
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-rspec-rails/distinfo
Normal file
2
devel/rubygem-rspec-rails/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/rspec-rails-3.4.0.gem) = 7d217acd129ad5251c0b97c3738f15563b0bb778d690a1763eba6d8f04cc44ad
|
||||
SIZE (rubygem/rspec-rails-3.4.0.gem) = 52736
|
3
devel/rubygem-rspec-rails/pkg-descr
Normal file
3
devel/rubygem-rspec-rails/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
rspec-rails is a testing framework for Rails 3.x and 4.x.
|
||||
|
||||
WWW: https://github.com/rspec/rspec-rails
|
Loading…
Reference in a new issue