Re: [rspec-users] Mock objects not getting unloaded between specs

2008-02-04 Thread Nate Clark
David, thanks for getting back. Here is the pastie with (hopefully) all the relevant code: http://pastie.caboo.se/147536 We're using the latest and greatest Rspec 1.1.3, so I don't think it's old versions that is the problem. Through some debugging, I have determined that in fact my "paginate_by_

Re: [rspec-users] Mock objects not getting unloaded between specs

2008-02-04 Thread David Chelimsky
On Feb 4, 2008 2:51 PM, Nate Clark <[EMAIL PROTECTED]> wrote: > I'm having a frustrating experience with a mock object in one example (a > Rails controller test) interfering with an actual model test in a subsequent > model example. More specifically, I have > spec/controllers/section_controller_sp