Package: ruby-capybara / 2.10.2-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| ruby-capybara | 2.10.2-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 Remove support for the selenium driver.patch | (download) |
lib/capybara.rb |
4 0 + 4 - 0 ! |
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. |
| 0002 Inhibit tests for the selenium driver.patch | (download) |
spec/capybara_spec.rb |
2 1 + 1 - 0 ! |
inhibit tests for the :selenium driver The :selenium driver is deactivated until ruby-selenium-webdriver lands in Debian (see #703492), so let's just skip its tests. |
| 0003 Inhibit tests that needs more than one driver.patch | (download) |
spec/dsl_spec.rb |
2 2 + 0 - 0 ! |
inhibit tests that needs more than one driver As the :selenium driver is deactivated, there's only one driver left currently (:rack_test). This means we have to skip tests that needs more than one driver. |
| 0004 Remove uneeded dependency on pry in tests.patch | (download) |
spec/spec_helper.rb |
1 0 + 1 - 0 ! |
remove uneeded dependency on pry in tests |
