I have a ruby project(but none-rail project) and like to use CruiseControl.rb to make an automated tested on it. I have setup up an entry like below in cruise_config.rb:
project.rake_task = 'data_test'
My question is, where and how can I create and config my custom rake task file --- 'data_test' ? If you can give some example would be great appreicated.