我使用CruiseControl.rb(2.0.0pre1)爲CI與Rails 3應用程序,我試圖讓它與rspec一起工作。在cruise_control.rb裏面我打電話規範rake任務 Project.configure do |project|
project.rake_task = 'spec'
end
非常基本的和簡單的配置。但即使測試失敗,構建也會通過。它沒有檢測到測試通過或失
我有一隻螞蟻的build.xml這樣是從CruiseControl的config.xml中推出 <!-- Use the properties from the props file -->
<property file="${basedir}/build.properties"/>
<property environment="env"/>
<path id="svnant.classpa