Re: [rspec-users] What argument should I pass for mock(), stub() and double()

2009-10-11 Thread David Chelimsky
On Oct 11, 2009, at 6:21 AM, Lee Hambley wrote: John, I may well be wrong, but I believe it's just a `tag` or name, so when you print out - you see <#Double customer> rather tahn something inexplicable, that is at least how it appears to work using Mocha Not so much when _you_ print i

Re: [rspec-users] Problems with Set after upgrade to RSpec 1.2.9

2009-10-11 Thread Shot (Piotr Szotkowski)
David Chelimsky: >> RSpec 1.2.9 adds ./lib and ./spec (from the project root) to the load >> path. So it sounds it's loading your custom 'set' before the one in >> stdlib. That would explain that backtrace. Thanks for the clarification! >> I've run into load order problems like this before, and

Re: [rspec-users] What argument should I pass for mock(), stub() and double()

2009-10-11 Thread Lee Hambley
John, I may well be wrong, but I believe it's just a `tag` or name, so when you print out - you see <#Double customer> rather tahn something inexplicable, that is at least how it appears to work using Mocha - Lee ___ rspec-users mailing list rspec-user