Haha, that's about the response I was expecting; I asked with some trepidation. I'm just looking for a quick hack to short-circuit Merb's render method to do some view/controller isolation testing until Merb officially supports it. I can't just stub methods on @controller (like in Rails) because the controller is instantiated after calling dispatch. I suppose I could whip up a different sort of hack to accomplish the isolation in the meantime, but now I'm not so sure; apparently I'm quite a noob ;)
On Tue, Apr 1, 2008 at 1:50 AM, Ashley Moran <[EMAIL PROTECTED]> wrote: > On 01/04/2008, Jed Hurt <[EMAIL PROTECTED]> wrote: > > > Is there an easy way to stub an instance method for every new instance > > of a given class? I suppose I could just redefine the method, but I'm > > wondering if the RSpec mocking framework has this built in. > > > Hi Jed > > I hate it when other people ask this, but I can't help :) How come you > need to do this? I've always wondered what the use case for this "mocking" > strategy is > > Ashley > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users >
_______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
