Snarl/Growl with rstakeout
February 25th, 2008
I modified rstakeout.rb a bit to allow platform-dependent notification via Growl or Snarl. See Pastie 152014 Update: Pastie nr. 177066 works in Linux too. Update 2: It’s likely that http://www.nomedojogo.com/2008/05/14/the-autotest-notification-gem/ contains a much better tested implementation, so maybe you should use that... Read more »
Unit test quickie
October 23rd, 2007
Having your unit tests isolated is something to strive for. Why? because ideally, when you (or someone else) introduces a bug to the system, only a single unit test would fail, thus leading you to the source of the error quickly. If... Read more »