Package: ruby-capybara / 2.2.1-1~bpo70+1

0001-Remove-support-for-the-selenium-driver.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: =?utf-8?q?J=C3=A9r=C3=A9my_Bobbio?= <lunar@debian.org>
Date: Fri, 22 Mar 2013 09:08:21 +0000
Subject: Remove support for the :selenium driver

Until ruby-selenium-webdriver lands in Debian, see
<http://bugs.debian.org/703492>, we remove support for the :selenium driver.
---
 lib/capybara.rb |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/capybara.rb b/lib/capybara.rb
index efa2545..1b37aff 100644
--- a/lib/capybara.rb
+++ b/lib/capybara.rb
@@ -361,7 +361,3 @@ end
 Capybara.register_driver :rack_test do |app|
   Capybara::RackTest::Driver.new(app)
 end
-
-Capybara.register_driver :selenium do |app|
-  Capybara::Selenium::Driver.new(app)
-end