public
Description: A gitified copy of Peter Cooper's Rubyflow website
Homepage: http://rubyflow.com
Clone URL: git://github.com/Sutto/rubyflow.git
commit  c7b6f3ec7657abb0d0adfc120151effe7c818c07
tree    1b93a84c285ecd36902855318e9c5f7e04c75fc3
parent  3ab0fffacb0033426be2caabe5ff3b783364b3b0
rubyflow / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'