[DRE-commits] [ruby-rspec] 09/15: fix fix-rake-task.patch

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jun 15 07:48:14 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-rspec.

commit 1c2950d6ba0b7fe8b3f948cb1bc3ace586bf590e
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Jun 15 07:35:21 2015 +0200

    fix fix-rake-task.patch
---
 debian/patches/fix-rake-task.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/patches/fix-rake-task.patch b/debian/patches/fix-rake-task.patch
index 7469282..50f94b0 100644
--- a/debian/patches/fix-rake-task.patch
+++ b/debian/patches/fix-rake-task.patch
@@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  end
 --- a/rspec-core/spec/rspec/core/rake_task_spec.rb
 +++ b/rspec-core/spec/rspec/core/rake_task_spec.rb
-@@ -32,18 +32,17 @@
+@@ -32,18 +32,16 @@
        end
      end
  
@@ -51,7 +51,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 -
      context "default" do
        it "renders rspec" do
-         expect(spec_command).to match(/^#{ruby} #{default_load_path_opts} '?#{Regexp.escape(task.rspec_path.shellescape)}'?/)
+-        expect(spec_command).to match(/^#{ruby} #{default_load_path_opts} '?#{Regexp.escape(task.rspec_path.shellescape)}'?/)
 +        expect(spec_command).to match(/^#{ruby} '?#{Regexp.escape(task.rspec_path.shellescape)}'?/)
        end
      end
@@ -64,7 +64,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
        end
      end
  
-@@ -57,7 +56,7 @@
+@@ -57,7 +55,7 @@
      context "with ruby options" do
        it "renders them before the rspec path" do
          task.ruby_opts = "-w"
@@ -73,7 +73,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
        end
      end
  
-@@ -242,7 +241,7 @@
+@@ -242,7 +240,7 @@
  
          expect(spec_command).not_to include_extra_load_path_entries
        end

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



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