Michael Stock
40e383af13
Use #parsed_response and eq matcher instead of includes matcher
2014-12-08 21:01:13 -08:00
Michael Stock
0b0cac7381
Update Cucumber Features to use RSpec 3.1 syntax
2014-12-06 18:07:45 -08:00
Ruslan Korolev
b69f3cb0cd
add code coverage
2014-11-28 18:06:18 +03:00
Kalman Hazins
5f9eedcfda
Changing symbol syntax inside hashes - take 2
2014-05-15 16:45:32 -04:00
Shawn Pyle
c0dc069908
replaced tabs with spaces
2014-03-13 07:00:32 -04:00
Shawn Pyle
94db59f9b1
read/open timeout options now available to HTTParty
2014-03-10 11:35:24 -04:00
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
Brad Cater
4797c7696d
Added cucumber tests for HEAD request to gzipped asset.
2013-08-05 14:17:52 -04:00
Nathan Lilienthal
494d95f16e
<= 1.9.3 ruby namespace lookup constant
2013-03-25 16:03:38 -04:00
Nathan Lilienthal
ed0e877021
comapre exception class by is_a rather then class.name ==
2013-03-25 14:38:39 -04:00
Wes Morgan
de8fa29928
Ruby 1.9 instance_eval doesn't like lambdas, use a proc instead
2012-04-12 12:46:18 -04:00
John Nunemaker
971e1d150f
You can now party without crack.
2011-09-13 12:29:26 -04:00
Sandro Turriate
a51ce5714e
Ruby 1.9.2 fixes
...
Closes gh-65
Closes gh-63
2011-01-19 16:46:59 -05:00
John Nunemaker
e216ca3f52
Fixed missing require which was causing feature failure.
2010-07-07 16:13:31 -04:00
John Nunemaker
c8a7b4196b
Fixed failing feature.
2010-07-07 16:13:16 -04:00
Sandro Turriate
d018df223c
Cucumber suite sends unique requests
...
Helpful for testing ephemeral response
2010-07-07 08:54:22 -04:00
Sandro Turriate
ad6b06d605
Decode gzip'd responses like Ruby 1.9
...
Thanks to carsonmcdonald for the inspiration
Closes gh-40
2010-06-12 00:48:52 -04:00
Sandro Turriate
d950d38d3a
Automatically inflate deflated responses
2010-06-12 00:48:52 -04:00
Sandro Turriate
472f2d8d0a
Remove meta-programming around mongrel handlers
2010-06-12 00:48:51 -04:00
Sandro Turriate
ddbc2d70b4
Fix activesupport deprecation warning
2010-06-12 00:48:51 -04:00
gilles
fc77a6ce50
fix digest response bug
2010-05-18 10:54:49 -04:00
gilles
ab65829f1e
add digest auth features
...
Sandro edited this commit from gilles to utilize his cucumber tests but
leave the existing digest auth implementation in place
2010-05-18 10:52:08 -04:00
Sandro Turriate
f6cb0c2140
Start mongrel with an open port, not a constant
2010-05-13 21:50:58 -04:00
Sandro Turriate
25549a1c09
Wait for mongrel to return from long process
2010-05-08 00:52:35 -04:00
Sandro Turriate
2489e1abb8
Wait for the spec server to recover before exiting
2010-05-08 00:43:36 -04:00
Sandro Turriate
3c208119e3
Add cucumber feature to test timeout option
2009-09-12 22:48:07 -04:00
Elijah Miller
c077207d33
Fixing the response code is a string issue in the story steps too.
...
Signed-off-by: John Nunemaker <nunemaker@gmail.com>
2009-03-31 07:51:33 +08: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