[rspec-users] Interdependency between RSpec files

2007-11-14 Thread Glenn Ford
I run my suite of tests, one test fails. I run that one test file, no tests fail. Something is carrying over between files and I can't figure out what. I tracked down the problem to the very line it's occurring on, with printouts before and after every call to make sure I know exactly what

Re: [rspec-users] Interdependency between RSpec files

2007-11-14 Thread Scott Taylor
On Nov 14, 2007, at 11:37 AM, Glenn Ford wrote: I run my suite of tests, one test fails. I run that one test file, no tests fail. Something is carrying over between files and I can't figure out what. I tracked down the problem to the very line it's occurring on, with printouts before and

Re: [rspec-users] Interdependency between RSpec files

2007-11-14 Thread David Chelimsky
On Nov 14, 2007 1:07 PM, Glenn Ford [EMAIL PROTECTED] wrote: Your suggestion put me on the right track. I looked back to where I had I ran into a case where I was trying to stub an instance I couldn't get ahold of in the scope of my spec and since I was having trouble with some mocha bugs, I