public
Description: Integration is a Ruby on Rails plugin that provides a set of tasks to automate all steps of a synchronous continuous integration process, that is, continuous integration without a server such as CruiseControl. Why? Because that's the way we like it!
Homepage: http://integration.rubyforge.org/
Clone URL: git://github.com/tapajos/integration.git
integration / Rakefile
100644 6 lines (4 sloc) 0.112 kb
1
2
3
4
5
6
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
load File.dirname(__FILE__) + '/tasks/doc.rake'