openbsd-ports/www/ruby-capybara/patches/patch-_metadata
jeremy 0bde4ba6ee Add ruby-capybara-1.1.2
Capybara helps you test Rails and Rack applications by simulating how a
real user would interact with your app. It is agnostic about the driver
running your tests and comes with Rack::Test and Selenium support built
in. WebKit is supported through an external gem.

OK sthen@
2012-12-20 16:21:24 +00:00

18 lines
518 B
Plaintext

$OpenBSD: patch-_metadata,v 1.1.1.1 2012/12/20 16:21:24 jeremy Exp $
Remove the selenium-webdriver dependency, since it is really an
optional dependency and selenium-webdriver hasn't been ported
yet.
--- .metadata.orig Mon Jan 30 11:50:54 2012
+++ .metadata Mon Jan 30 11:51:21 2012
@@ -41,7 +41,7 @@ dependencies:
- - ~>
- !ruby/object:Gem::Version
version: '2.0'
- type: :runtime
+ type: :development
prerelease: false
version_requirements: *2152397660
- !ruby/object:Gem::Dependency