mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Capybara is an integration testing tool for rack based web applications. It
simulates how a user would interact with a website. WWW: http://github.com/jnicklas/capybara
This commit is contained in:
parent
161095adb9
commit
51e3b5e427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319573
@ -3999,6 +3999,7 @@
|
||||
SUBDIR += rubygem-bugspots
|
||||
SUBDIR += rubygem-builder
|
||||
SUBDIR += rubygem-caesars
|
||||
SUBDIR += rubygem-capybara
|
||||
SUBDIR += rubygem-celluloid
|
||||
SUBDIR += rubygem-childprocess
|
||||
SUBDIR += rubygem-chronic
|
||||
|
23
devel/rubygem-capybara/Makefile
Normal file
23
devel/rubygem-capybara/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= capybara
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Integration testing tool for rack based web applications
|
||||
|
||||
RUN_DEPENDS= rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
|
||||
rubygem-nokogiri>=1.3.3:${PORTSDIR}/textproc/rubygem-nokogiri \
|
||||
rubygem-rack>=1.0.0:${PORTSDIR}/www/rubygem-rack \
|
||||
rubygem-rack-test>=0.5.4:${PORTSDIR}/www/rubygem-rack-test \
|
||||
rubygem-selenium-webdriver>=2.0:${PORTSDIR}/www/rubygem-selnium-webdriver \
|
||||
rubygem-xpath>=1.0:${PORTSDIR}/devel/rubygem-xpath
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-capybara/distinfo
Normal file
2
devel/rubygem-capybara/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/capybara-2.0.0.gem) = 734d59ba27debee1eac722fa2257d2959f02a8e75e32c92ed1ddee8497de2358
|
||||
SIZE (rubygem/capybara-2.0.0.gem) = 198656
|
4
devel/rubygem-capybara/pkg-descr
Normal file
4
devel/rubygem-capybara/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Capybara is an integration testing tool for rack based web applications. It
|
||||
simulates how a user would interact with a website.
|
||||
|
||||
WWW: http://github.com/jnicklas/capybara
|
Loading…
Reference in New Issue
Block a user