public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
isaac (author)
Fri Mar 28 22:53:25 -0700 2008
commit  41a870e17ae5e574d65c512affa441c70ad411f2
tree    1c96affcd41848cb4e3cb2985970676030e0eaec
parent  90337f19a39555e9689bafee78cffd81ae0cdcc9 parent  1ad1b56b4a6c9284534b0afbb9d5d87715ae4312
mephisto / Rakefile
100644 10 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/switchtower.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'