Hi, Is it possible to run both autotest and rspec_autotest at the same time while I convert my tests over to specs? autotest seems to either want to run one or the other. Also, rspec_autotest doesn''t seem to red/green the error/successes. It should, right? Thanks, Joe
David Chelimsky
2007-May-28 20:15 UTC
[rspec-users] Running both autotest and rspec_autotest
On 5/22/07, Joe Van Dyk <joevandyk at gmail.com> wrote:> Hi, > > Is it possible to run both autotest and rspec_autotest at the same > time while I convert my tests over to specs? autotest seems to either > want to run one or the other.It does. And since you need two different commands, I''m not quite sure how you could get autotest to fire them both off.> > Also, rspec_autotest doesn''t seem to red/green the error/successes. > It should, right?If you get the latest versions of ZenTest and RSpec you should see colors. Cheers, David> > Thanks, > Joe > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >