[rspec-users] cucumber and autotest - running all features?
James Byrne
lists at ruby-forum.com
Thu Nov 27 16:12:53 EST 2008
James Byrne wrote:
>
> I understood that the purpose of autotest was that it ONLY ran a test
> for the changed file. However, with this setup, if I touch any file
> anywhere in the project then the full suite of feature tests apparently
> gets run. for UnitTest autotest only run the tests associated with the
> modified files.
>
Except if I update a step_definitions file. Then only scenarios that
use that step definitions file are run. However, if I change anything
else, including the .feature file that contains the scenario, then the
COMPLETE feature test is run.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list