From 3f27f99d16c2f9c381b33cfd3f52f688875f762e Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Wed, 20 Mar 2013 08:51:41 -0300 Subject: [PATCH] Preserve 1.9.3 compatibility. --- spec/httparty/response_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/httparty/response_spec.rb b/spec/httparty/response_spec.rb index 6bfcecf..616243e 100644 --- a/spec/httparty/response_spec.rb +++ b/spec/httparty/response_spec.rb @@ -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,