[DRE-commits] [SCM] ruby-capybara.git branch, master, updated. debian/2.1.0-1

Jérémy Bobbio lunar at debian.org
Fri Jun 28 22:55:28 UTC 2013


The following commit has been merged in the master branch:
commit 280297aacdaa54d7427f1dbd0969bd93480d94c8
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Fri Jun 28 15:37:06 2013 +0200

    Add a patch to avoid the need for pry to run test suite

diff --git a/debian/patches/0004-Remove-uneeded-dependency-on-pry-in-tests.patch b/debian/patches/0004-Remove-uneeded-dependency-on-pry-in-tests.patch
new file mode 100644
index 0000000..b67ef00
--- /dev/null
+++ b/debian/patches/0004-Remove-uneeded-dependency-on-pry-in-tests.patch
@@ -0,0 +1,46 @@
+From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lunar at debian.org>
+Date: Fri, 28 Jun 2013 15:36:37 +0200
+Subject: Remove uneeded dependency on pry in tests
+
+---
+ metadata.yml        |   16 ----------------
+ spec/spec_helper.rb |    1 -
+ 2 files changed, 17 deletions(-)
+
+diff --git a/metadata.yml b/metadata.yml
+index 9fae951..8f01680 100644
+--- a/metadata.yml
++++ b/metadata.yml
+@@ -247,22 +247,6 @@ dependencies:
+     - - ! '>='
+       - !ruby/object:Gem::Version
+         version: '0'
+-- !ruby/object:Gem::Dependency
+-  name: pry
+-  requirement: !ruby/object:Gem::Requirement
+-    none: false
+-    requirements:
+-    - - ! '>='
+-      - !ruby/object:Gem::Version
+-        version: '0'
+-  type: :development
+-  prerelease: false
+-  version_requirements: !ruby/object:Gem::Requirement
+-    none: false
+-    requirements:
+-    - - ! '>='
+-      - !ruby/object:Gem::Version
+-        version: '0'
+ description: Capybara is an integration testing tool for rack based web applications.
+   It simulates how a user would interact with a website
+ email:
+diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
+index 03ac1f2..9650bcb 100644
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,5 +1,4 @@
+ require "capybara/spec/spec_helper"
+-require "pry"
+ 
+ RSpec.configure do |config|
+   Capybara::SpecHelper.configure(config)
diff --git a/debian/patches/series b/debian/patches/series
index b84b2a4..03a1295 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-Remove-support-for-the-selenium-driver.patch
 0002-Inhibit-tests-for-the-selenium-driver.patch
 0003-Inhibit-tests-that-needs-more-than-one-driver.patch
+0004-Remove-uneeded-dependency-on-pry-in-tests.patch

-- 
ruby-capybara.git



More information about the Pkg-ruby-extras-commits mailing list