On Wed, Sep 24, 2008 at 11:46 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > Hi, > > I have found 2 troubles with rspec, it is currently running the test > suites in the following cases:
RSpec doesn't automatically run your examples for you. Autotest does. > 1) when I only edit comments in the files. Autotest monitors changes to files on the file system but does not investigate what those changes are. If you think this should be different, please file a bug report with the ZenTest project: http://rubyforge.org/projects/zentest/ > 2) when I commit changes to my mercurial repository. You can stop this from happening by adding a .autotest file in the root of your project with the following text: Autotest.add_hook :initialize do |at| at.add_exception /\.hg/ end You can read more about how to configure autotest mappings at http://zentest.rubyforge.org/ZenTest/ Cheers, David _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users