September 5th, 2007 — Rails, Ruby
Myself and a colleague have just managed to waste away a good couple of hours trying to figure out Autotests strange ’style’ mechanism to add the ability to test in the way Jay Fields explains using UnitRecord.
You can grab our plugin to enable UnitRecord when using Autotest below:
http://svn.soniciq.com/public/rails/plugins/iq_autotest
By default, running autotest in the Rails directory will run the unit tests. To run the functional tests, do: AUTOTEST='functional' autotest
I hope this saves some people some time!!
| Tags: autotest, Rails, Ruby, test, unit_record
July 30th, 2007 — Mac / OS X, Rails, Rake, Ruby
John Nunemaker posted a handy tip on setting up autotest to work with Growl
I use this all the time now however I didn’t like the ugly smilies (call me shallow if you like). I used Wolfgang Bartelme’s Smily Devkit to make a couple of PNG’s slightly more pleasing to the eye.

The zip file can be downloaded here: autotest_images.zip
Update 17-08-07: Added ‘pending’ image for RSpec as requested by Aslak Hellesoy
| Tags: autotest, Rails, rspec, smily, testing