[DRE-commits] [ruby-sentry-raven] 04/04: Make tests run

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Jan 30 08:58:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-sentry-raven.

commit f3f25e4bbe8cc3ca4fec292a726c2487e5bedd80
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Jan 30 14:25:29 2016 +0530

    Make tests run
---
 .../patches/disable-tests-requiring-rubocop.patch   | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/disable-tests-requiring-rubocop.patch b/debian/patches/disable-tests-requiring-rubocop.patch
new file mode 100644
index 0000000..c8e8edc
--- /dev/null
+++ b/debian/patches/disable-tests-requiring-rubocop.patch
@@ -0,0 +1,21 @@
+Description: Disable the tests that require rubocop, which is not yet packaged.
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2016-01-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/spec/raven/integrations/rake_spec.rb
++++ b/spec/raven/integrations/rake_spec.rb
+@@ -1,7 +1,7 @@
+-require 'rake'
++#require 'rake'
+ 
+-describe 'Rake tasks' do
+-  it 'should capture exceptions in Rake tasks' do
+-    expect(`cd spec/support && bundle exec rake raise_exception 2>&1`).to match(/Sending event/)
+-  end
+-end
++#describe 'Rake tasks' do
++  #it 'should capture exceptions in Rake tasks' do
++    #expect(`cd spec/support && bundle exec rake raise_exception 2>&1`).to match(/Sending event/)
++  #end
++#end
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..549f69c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+disable-tests-requiring-rubocop.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sentry-raven.git



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