As of RC1, the notion of "controller", "view" and "helper" specs are deprecated in favor of "request" specs, which test the responses for a given request. -- Yehuda
On Tue, Oct 28, 2008 at 6:59 PM, ngty <[EMAIL PROTECTED]> wrote: > > I'm using merb 0.9.10, and i've used 'merb-gen resource' to generate a > Example resource and found that instead of having a spec/controllers/ > examples_specs.rb, i got spec/requests/example_specs.rb > > Just wanna check if this is intentional? This affects autospec, as > upon updating app/controller/examples.rb, the running of corresponding > specs are not automatically triggered ? > > TY > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
