[DRE-commits] [ruby-sentry-raven] 03/03: refresh patch

Sagar Ippalpalli isaagar-guest at moszumanska.debian.org
Wed Jun 7 04:26:37 UTC 2017


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

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

commit 906a2c06d8f844b1de1457e6cc7a8a2b1a7d8407
Author: Sagar Ippalpalli <i.vikram15 at gmail.com>
Date:   Sun Jun 4 22:22:57 2017 +0530

    refresh patch
---
 debian/patches/disable-tests-requiring-rubocop.patch | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/debian/patches/disable-tests-requiring-rubocop.patch b/debian/patches/disable-tests-requiring-rubocop.patch
index 39c4270..35db088 100644
--- a/debian/patches/disable-tests-requiring-rubocop.patch
+++ b/debian/patches/disable-tests-requiring-rubocop.patch
@@ -3,16 +3,14 @@ Author: Balasankar C <balasankarc at autistici.org>
 Last-Update: 2016-01-30
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: ruby-sentry-raven/spec/raven/integrations/rake_spec.rb
-===================================================================
---- ruby-sentry-raven.orig/spec/raven/integrations/rake_spec.rb
-+++ ruby-sentry-raven/spec/raven/integrations/rake_spec.rb
-@@ -5,7 +5,7 @@ describe 'Rake tasks' do
-     expect(Raven::CLI.test("dummy://notaserver:notapass@notathing/12345")).to be true
+--- a/spec/raven/integrations/rake_spec.rb
++++ b/spec/raven/integrations/rake_spec.rb
+@@ -5,7 +5,7 @@
+     expect(Raven::CLI.test("dummy://12345:67890@sentry.localdomain:3000/sentry/42")).to be true
    end
  
 -  it "should capture exceptions in Rake tasks" do
 +  xit "should capture exceptions in Rake tasks" do
-     Raven.configure do |config|
-       config.dsn = "dummy://notaserver:notapass@notathing/12345"
-     end
+     expect(`cd spec/support && bundle exec rake raise_exception 2>&1`).to match(/Sending event/)
+   end
+ end

-- 
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