On Fri, Feb 27, 2009 at 9:36 AM, Marcus Roberts <[email protected]> wrote: > I'm going to assume that we're doing the wrong thing by assigning a constant, > which changes my question to how do we mock/stub the behaviour of our classes > without that behaviour passing from spec to spec when running autospec.
Take out the constant reassignment. Did you see my comments earlier about partial mocking? Pat _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
