On Jan 23, 2008 12:12 AM, Will Sargent <[EMAIL PROTECTED]> wrote: > Basically the Jay Fields style of testing -- I want the unit tests to > be run all the time on a continuous integration server, but the > integration/functional and system tests to be run only once a night.
I would suggest letting autotest run your unit tests every couple minutes, and have your CI server run the functional/integration tests. Much tighter feedback loop. Pat _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users