1
0
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:
Steve Wills 2013-06-01 14:29:43 +00:00
parent 161095adb9
commit 51e3b5e427
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319573
4 changed files with 30 additions and 0 deletions

View File

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

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

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/capybara-2.0.0.gem) = 734d59ba27debee1eac722fa2257d2959f02a8e75e32c92ed1ddee8497de2358
SIZE (rubygem/capybara-2.0.0.gem) = 198656

View 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