1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/spec/support
James Brennan e5a6edde06 Handle status codes as strings
`Net::HTTPReponse#new` will pass through whatever you give it as the
`code`, although a real `Net::HTTPResponse` status code is always a string.

http://docs.ruby-lang.org/en/2.0.0/Net/HTTPResponse.html#attribute-i-code.
2015-09-16 13:29:30 -07:00
..
ssl_test_helper.rb Mitigates Style/TraillingComma 2015-04-18 01:29:25 +02:00
ssl_test_server.rb Mitigates Style/ColonMethodCall 2015-04-24 07:07:28 +02:00
stub_response.rb Handle status codes as strings 2015-09-16 13:29:30 -07:00