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 / install.rb
100644 5 lines (4 sloc) 0.223 kb
1
2
3
4
5
require 'fileutils'
sample = File.expand_path(File.dirname(__FILE__) + "/samples/skip_selenium_and_coverage.rake")
integration = File.expand_path(RAILS_ROOT + "/lib/tasks/integration.rake")
 
FileUtils.cp sample, integration