Giuseppe Bertini wrote:
> Hi Matt,
>
>   
>> I had a similar situation, only reversed. All ran with autotest, but
>> failed in Textmate. I found the problem was in how I was including
>> some helper modules and correcting that solved the problem.
>>     
>
> right, I've heard about that before, and I thought that my problem may 
> be similar in nature, but I am currently at a loss.
>
> Thanks,
> Giuseppe
>   


Giuseppe,
autotest will run your tests in different order.  It does this to catch any 
dependencies your tests may have on each other in order to reveal brittle 
tests.  

For more info see:
http://blog.zenspider.com/archives/2008/01/zentest_390_now_with_more_evil.html

-Ben

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to