Re: [rspec-users] Order of execution of specs

2011-02-17 Thread Justin Ko
On Feb 16, 4:31 pm, LesNightingill wrote: > ...trying to debug some interaction between my model specs, a > particular spec passes by itself but fails when I run all my model > specs. Whenever this happens to me, 90% of the time the cause of the problem is database state. The state of the data

[rspec-users] Order of execution of specs

2011-02-16 Thread LesNightingill
...trying to debug some interaction between my model specs, a particular spec passes by itself but fails when I run all my model specs. I can't figure out how the execution sequence is performed when I do spec spec/models. Does anybody know what the criterion is for the execution sequence? thanks