mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Preserve 1.9.3 compatibility.
This commit is contained in:
parent
66127fb177
commit
3f27f99d16
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ describe HTTParty::Response do
|
||||||
:length_required? => Net::HTTPLengthRequired,
|
:length_required? => Net::HTTPLengthRequired,
|
||||||
:method_not_allowed? => Net::HTTPMethodNotAllowed,
|
:method_not_allowed? => Net::HTTPMethodNotAllowed,
|
||||||
:moved_permanently? => Net::HTTPMovedPermanently,
|
:moved_permanently? => Net::HTTPMovedPermanently,
|
||||||
:multiple_choices? => Net::HTTPMultipleChoices,
|
:multiple_choices? => Net::HTTPMultipleChoice,
|
||||||
:no_content? => Net::HTTPNoContent,
|
:no_content? => Net::HTTPNoContent,
|
||||||
:non_authoritative_information? => Net::HTTPNonAuthoritativeInformation,
|
:non_authoritative_information? => Net::HTTPNonAuthoritativeInformation,
|
||||||
:not_acceptable? => Net::HTTPNotAcceptable,
|
:not_acceptable? => Net::HTTPNotAcceptable,
|
||||||
|
|
Loading…
Add table
Reference in a new issue