Michael Klishin wrote: > I highly recommend Webrat for request/views testing, but Merb should > be able to work without it even > installed, and to make that happen, we need a stack trace.
K, to compare it to Rails's 'get :action' test ability, Rails is going to set up a controller and view with mock Request and Response objects, process one action, and return the results in a big string. Webrat is going to... what? grab your web server, on this side of the HTTP, make it build real Request and Response objects (or their equivalents), run the web server to process one action, and return the results in a big string? Or is it lower level, and it's just Merb's test-side 'get'? -- Phlip --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
