For the depreciated helper specs, what is the recommended way for me to ensure my helpers behave as expected ?
1. Using shared specs and called them in the request specs ? 2. Extracting them and place them in gems ? TY == On Wed, Oct 29, 2008 at 12:21 PM, Yehuda Katz <[EMAIL PROTECTED]> wrote: > 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 > > > > -- http://ngty77.blogspot.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
