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

7 commits

Author SHA1 Message Date
davidgg
21f76d76e5 fix cucumber steps for csv array response 2014-02-08 20:37:37 +01:00
davidgg
2ce1c34366 fix for travis lexic 2014-02-08 19:07:11 +01:00
davidgg
f9752b6cec fix for travis lexic 2014-02-08 18:55:04 +01:00
davidgg
4ac7d977d9 added CSV support 2014-02-08 18:32:43 +01:00
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