1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
httparty/features
Jason Roelofs b7d4e21c5b Don't try to parse javascript as JSON
Trying to download files with the mime-type application/javascript (pure
javascript files) ends up running through the JSON parser. Javascript
code is not JSON, so this ends up throwing a MultiJSON::LoadError.
2013-09-27 12:02:03 -04:00
..
steps Added cucumber tests for HEAD request to gzipped asset. 2013-08-05 14:17:52 -04:00
basic_authentication.feature Cucumber suite sends unique requests 2010-07-07 08:54:22 -04:00
command_line.feature Cucumber features and steps for most functionality as of the 0.2.8 2009-01-29 17:12:03 +08:00
deals_with_http_error_codes.feature Cucumber suite sends unique requests 2010-07-07 08:54:22 -04:00
digest_authentication.feature Cucumber suite sends unique requests 2010-07-07 08:54:22 -04:00
handles_compressed_responses.feature Added cucumber tests for HEAD request to gzipped asset. 2013-08-05 14:17:52 -04:00
handles_multiple_formats.feature Don't try to parse javascript as JSON 2013-09-27 12:02:03 -04:00
supports_redirection.feature Cucumber suite sends unique requests 2010-07-07 08:54:22 -04:00
supports_timeout_option.feature Cucumber suite sends unique requests 2010-07-07 08:54:22 -04:00