[DRE-commits] [ruby-carrierwave] 06/07: refresh patches

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Apr 24 16:00:51 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-carrierwave.

commit 5c36b0dcadca8c2db71959dd7c956d2d67ebddca
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Apr 24 21:08:23 2014 +0530

    refresh patches
---
 debian/patches/fix-download-test.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/fix-download-test.patch b/debian/patches/fix-download-test.patch
index 4c901fa..557b733 100644
--- a/debian/patches/fix-download-test.patch
+++ b/debian/patches/fix-download-test.patch
@@ -10,11 +10,11 @@ Subject: [PATCH] fix broken spec: fixed message of CarrierWave::DownloadError
 
 --- a/spec/uploader/download_spec.rb
 +++ b/spec/uploader/download_spec.rb
-@@ -105,7 +105,7 @@
+@@ -117,7 +117,7 @@
      it 'should not obscure original exception message' do
        expect {
          @uploader.download!('http://www.example.com/missing.jpg')
--      }.to raise_error(CarrierWave::DownloadError, 'could not download file: 404 ')
+-      }.to raise_error(CarrierWave::DownloadError, /could not download file: 404/)
 +      }.to raise_error(CarrierWave::DownloadError, 'could not download file: 404 Not Found')
      end
  

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



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