HomePhorge

[#3804] Fixed one failing spec for RackREST
9d0d94c27174Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

[#3804] Fixed one failing spec for RackREST

A new version of Rack::MockRequest automatically uppercases the HTTP
method, expecting that any method passed in should properly be uppercase.
e.g. GET, PUT, POST

This behavior is on line 81 of Rack::MockRequest:
http://rack.rubyforge.org/doc/classes/Rack/MockRequest.src/M000230.html

Reviewed by Matt Robinson

Details

Provenance
Nick Lewis <nick@puppetlabs.com>Authored on
James Turnbull <james@lovedthanlost.net>Committed on Jun 26 2010, 7:46 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUda66e1602a87: Fixing #3651 failing to pop comment stack for some constructs
Branches
Unknown
Tags
Unknown

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPU9d0d94c27174: [#3804] Fixed one failing spec for RackREST (authored by Nick Lewis <nick@puppetlabs.com>).Jun 26 2010, 7:46 PM