Home > cruise_control_builder

cruise_control_builder

Cruise_control_builder is a project mainly written in Ruby, based on the MIT license.

Run Rails specs in a way that can be read by Cruise Control

CruiseControlBuilder

CruiseControlBuilder seeks to make it easy to add your rails project to Cruise Control. It adds three rake tasks to your rails project. spec:ant will run your specs and send the output to log/test-cc.log. build:ant will remigrate your database and then run spec:ant. db:migrate:zero will drop your database to migration zero and is used by build:ant.

Example

To use CruiseControlBuilder, first install it in your rails project using:

script/plugin install git://github.com/trotter/cruise_control_builder.git

Then add the following to your CruiseControl config.xml:

Copyright (c) 2009 Trotter Cashion & Aaron Feng, released under the MIT license