1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00
Commit graph

3 commits

Author SHA1 Message Date
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
Sandro Turriate
d018df223c Cucumber suite sends unique requests
Helpful for testing ephemeral response
2010-07-07 08:54:22 -04:00
Don Petersen
2febfe3c83 Cucumber features and steps for most functionality as of the 0.2.8
version.  No features for the CLI yet.

Signed-off-by: John Nunemaker <nunemaker@gmail.com>
2009-01-29 17:12:03 +08:00