Bryan Helmkamp
|
0eaad52768
|
Cleanup the way the tests switch Webrat modes
|
2008-12-25 23:28:29 -05:00 |
|
gaffo
|
22c7834512
|
Sets the Webrat mode with Configuration#mode= in the config block
|
2008-12-25 23:07:10 -05:00 |
|
Bryan Helmkamp
|
267a66cbc1
|
Try to fix issue where Mechanize mode leaks into spec run
|
2008-12-25 12:03:05 -05:00 |
|
Graham Ashton
|
df2df61267
|
Ensure that Webrat::MechanizeSession.request_page always uses an absolute URL.
Signed-off-by: Bryan Helmkamp <bryan@brynary.com>
|
2008-12-25 15:03:42 +08:00 |
|
Bryan Helmkamp
|
adf68c2f8f
|
Change Webrat Rails integration to use the Webrat::Methods module
|
2008-11-22 23:49:12 -05:00 |
|
Jeremy Burks
|
7dfd59c29c
|
the mechanize session must specially handle params
{:user => {:name => "Nancy"}}
now becomes
{"user[name]" => "Nancy"}
|
2008-11-08 08:46:14 -06:00 |
|
Bryan Helmkamp
|
2473cccb92
|
Cleaning up require structure
|
2008-10-25 12:59:21 -04:00 |
|
Derek Kastner
|
2d166ae2b8
|
fixed Webrat::MechanizeSession - calling visit on a newly created session was failing. Default headers were not set and Webrat::Session#request_page would fail when Webrat::Session#headers was called - dup was being called on the nil headers
|
2008-10-21 21:33:49 -04:00 |
|