From: Zouplaz Date: 2006-12-20T00:20:08+09:00 Subject: Re: ZenTest autotest problems le 19/12/2006 15:13, Rob Sanheim nous a dit: > > A few things to try before you assume its autotest: > > 1) run the single failing test method in question by itself > 2) run the functional test case in question by itself > 3) run the functional test suite by itself > > These steps will often turn up issues where fixtures aren't specified > where they should be, or where test order is playing a part (where it > shouldn't be). Good idea, but what is the rake command to only run a test method, a test case or a test suite ? Thanks