1
0
Fork 0
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:
Nathan Lilienthal 2013-03-20 08:51:41 -03:00
parent 66127fb177
commit 3f27f99d16

View file

@ -170,7 +170,7 @@ describe HTTParty::Response do
:length_required? => Net::HTTPLengthRequired,
:method_not_allowed? => Net::HTTPMethodNotAllowed,
:moved_permanently? => Net::HTTPMovedPermanently,
:multiple_choices? => Net::HTTPMultipleChoices,
:multiple_choices? => Net::HTTPMultipleChoice,
:no_content? => Net::HTTPNoContent,
:non_authoritative_information? => Net::HTTPNonAuthoritativeInformation,
:not_acceptable? => Net::HTTPNotAcceptable,