[DRE-commits] [ruby-licensee] 08/10: Fix patch

Sruthi Chandran srud-guest at moszumanska.debian.org
Sat Sep 23 18:51:40 UTC 2017


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

srud-guest pushed a commit to branch master
in repository ruby-licensee.

commit f73bbea1806db4e922014c638d3bdce6cd293f80
Author: Sruthi Chandran <srud at disroot.org>
Date:   Sat Sep 23 23:53:05 2017 +0530

    Fix patch
---
 debian/patches/Fix-Dice-builds-list-of-potential-licenses-test.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/Fix-Dice-builds-list-of-potential-licenses-test.patch b/debian/patches/Fix-Dice-builds-list-of-potential-licenses-test.patch
index 7788cba..f07c522 100644
--- a/debian/patches/Fix-Dice-builds-list-of-potential-licenses-test.patch
+++ b/debian/patches/Fix-Dice-builds-list-of-potential-licenses-test.patch
@@ -5,7 +5,7 @@
  
    it 'builds a list of potential licenses' do
 -    expect(subject.potential_licenses).to eql([agpl, gpl])
-+    expect(subject.potential_licenses).to contain_exactly([agpl, gpl])
++    expect(subject.potential_licenses).to contain_exactly(agpl, gpl)
    end
  
    it 'sorts licenses by similarity' do

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



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