[DRE-commits] [hiera] 02/04: d/p/rspec3: removed, included by upstream

Jonas Genannt genannt at moszumanska.debian.org
Tue May 24 18:17:14 UTC 2016


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

genannt pushed a commit to branch master
in repository hiera.

commit 2ed812f43e7a65429dfa957b1143cae769a9a870
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Tue May 24 20:15:24 2016 +0200

    d/p/rspec3: removed, included by upstream
---
 debian/patches/rspec3.patch | 30 ------------------------------
 debian/patches/series       |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/rspec3.patch b/debian/patches/rspec3.patch
deleted file mode 100644
index 88119e9..0000000
--- a/debian/patches/rspec3.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Author: Jonas Genannt <genannt at debian.org>
-Description: fix unit tests for rspec3
-Forwarded: yes
-Bug: https://github.com/puppetlabs/hiera/pull/288
-
---- a/spec/unit/util_spec.rb
-+++ b/spec/unit/util_spec.rb
-@@ -4,19 +4,19 @@
-   describe 'Hiera::Util.posix?' do
-     it 'should return true on posix systems' do
-       Etc.expects(:getpwuid).with(0).returns(true)
--      Hiera::Util.posix?.should be_true
-+      Hiera::Util.posix?.should be_truthy
-     end
- 
-     it 'should return false on non posix systems' do
-       Etc.expects(:getpwuid).with(0).returns(nil)
--      Hiera::Util.posix?.should be_false
-+      Hiera::Util.posix?.should be_falsey
-     end
-   end
- 
-   describe 'Hiera::Util.microsoft_windows?' do
-     it 'should return false on posix systems' do
-       Hiera::Util.expects(:file_alt_separator).returns(nil)
--      Hiera::Util.microsoft_windows?.should be_false
-+      Hiera::Util.microsoft_windows?.should be_falsey
-     end
-   end
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a47c924..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-rspec3.patch

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



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