Re: [rspec-users] A puzzling spec failure in a shared describe

2007-09-12 Thread Mark Van De Vyver
Hi, On 9/13/07, Christopher D. Pratt <[EMAIL PROTECTED]> wrote: > I'm not really sure about your error, so hopefully someone more skilled than > me can help you with that. OK, turns out this problem was due to 'bad dehavior' in another part of the code base... Spec'ing exposed it but it'll take m

Re: [rspec-users] A puzzling spec failure in a shared describe

2007-09-12 Thread Christopher D. Pratt
I'm not really sure about your error, so hopefully someone more skilled than me can help you with that. As far as the "mock issue" goes, I don't think that was anything more than a suggestion. I don't foresee RSpec removing it's built in mocking. If you want/need to use another mocking framework,

[rspec-users] A puzzling spec failure in a shared describe

2007-09-11 Thread Mark Van De Vyver
Hi, Thanks for all the effort that has gone into making RSpec available. I'm not a professional developer and I've found the approach articulated has helped me a lot in writing my code, and understanding that of others. To cut my teeth, I'm trying to write an db adapter for the og project. I've b