Re: [rspec-users] Specing a rails monkey patch

2008-07-19 Thread Mikel Lindsaar
On Fri, Jul 18, 2008 at 8:11 PM, Keith McDonnell <[EMAIL PROTECTED]> wrote: > I wrote an ActiveRecord extension to emulate a db cursor: > http://pastie.org/236367 > As you can see, the spec doesn't really ensure that the records are fetched > in chunks. I'd like to mock the call to AR find and ensu

Re: [rspec-users] '$' placeholder naming can confuse your runner

2008-07-19 Thread Pat Maddox
Hey Paolo, I've fixed this. Update your rspec plugin and it should work fine now. Pat On Wed, Jul 16, 2008 at 12:07 PM, Paolo Dona <[EMAIL PROTECTED]> wrote: > It is the common prefix, not the underscore. > With $n and $nnn or $ntotal still fails. > > Paolo > > On Jul 16, 4:40 pm, "Pat Maddox