I''m working on tool to automatically run code metrics in the same way as autotest. It''s runs rcov, flog, and saikuro right now, and works with rspec and rails. It''s hosted at rubyforge: http://rubyforge.org/projects/autometric/ I''ve got a post on how to configure it with growl: http://benburkert.com/2007/11/9/introducing-autometric I''m hoping to get Heckle working soon. -Ben
Very nice! Can''t wait to check this out. Pat On 11/9/07, Ben Burkert <ben at benburkert.com> wrote:> I''m working on tool to automatically run code metrics in the same way > as autotest. It''s runs rcov, flog, and saikuro right now, and works > with rspec and rails. It''s hosted at rubyforge: > > http://rubyforge.org/projects/autometric/ > > I''ve got a post on how to configure it with growl: > > http://benburkert.com/2007/11/9/introducing-autometric > > I''m hoping to get Heckle working soon. > > -Ben > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On Nov 10, 2007, at 7:15 am, Ben Burkert wrote:> I''m hoping to get Heckle working soon.It all looks great! Don''t wait a microsecond before announcing Heckle support! Will you do heckling on a spec -> class one-to-one mapping? I recently hacked up (and dumped on my blog) a quick Rake task for heckling but it was pretty limited, to heckle an entire codebase it needs to all sit inside one module. Ok for me, but not much good for Rails. Ashley -- blog @ http://aviewfromafar.net/ linked-in @ http://www.linkedin.com/in/ashleymoran currently @ home
On 11/10/07, Ben Burkert <ben at benburkert.com> wrote:> I''m working on tool to automatically run code metrics in the same way > as autotest. It''s runs rcov, flog, and saikuro right now, and works > with rspec and rails. It''s hosted at rubyforge: > > http://rubyforge.org/projects/autometric/ > > I''ve got a post on how to configure it with growl: > > http://benburkert.com/2007/11/9/introducing-autometric > > I''m hoping to get Heckle working soon. >This looks like a neat tool - all in one and easy to set up. Aslak> -Ben > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >