diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-08-08 18:29:32 +0200 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-08 17:36:40 -0500 |
commit | ad787a1aac2d203b9c3e36ca3e1a85a387423d24 (patch) | |
tree | 5189c36ff4b4bee6280444991c046d87aeaf9287 /app-admin/puppet | |
parent | dev-ruby/facter: remove unused patch (diff) | |
download | gentoo-ad787a1aac2d203b9c3e36ca3e1a85a387423d24.tar.gz gentoo-ad787a1aac2d203b9c3e36ca3e1a85a387423d24.tar.bz2 gentoo-ad787a1aac2d203b9c3e36ca3e1a85a387423d24.zip |
app-admin/puppet: remove unused patch
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/files/puppet-fix-tests-4.4.2.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch b/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch deleted file mode 100644 index b77c1cea39c4..000000000000 --- a/app-admin/puppet/files/puppet-fix-tests-4.4.2.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- spec/unit/network/http/api/indirected_routes_spec.rb 2016-04-22 17:15:56.000000000 -0500 -+++ spec/unit/network/http/api/indirected_routes_spec.rb.new 2016-04-28 09:06:38.133311369 -0500 -@@ -140,15 +140,6 @@ - indirection, _, _, _ = handler.uri2indirection("GET", uri_escaped, params) - end - -- it "should not pass through an environment to check_authorization and fail if the environment is unknown" do -- handler.expects(:check_authorization).with(anything, -- anything, -- Not(has_entry(:environment))) -- expect(lambda { handler.uri2indirection("GET", -- "#{master_url_prefix}/node/bar", -- {:environment => 'bogus'}) }).to raise_error(ArgumentError) -- end -- - it "should not URI unescape the indirection key as passed through to a call to check_authorization" do - handler.expects(:check_authorization).with(anything, - anything, |