RubyMate the ruby plugin for TextMate has a nice feature where it will run your tests for you when you press option-R.
If you want it to add your library and test directories in for you , simply edit the command in the bundle editor. There is an option for RUBYLIB there where you just add say “../lib” and “../test” as appropriate.


Post a Comment