Running Tests
When separating your unit tests into their own directory you have to do something like this, when you want to run all your tests from the eclipse plug-in RDT: class TestRequireFinder def _load(file_name) require File.expand_path(File.dirname(__FILE__)) +'/' + file_name end end test = TestRequireFinder.new