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/. _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
