public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
francois (author)
Mon Mar 10 20:49:20 -0700 2008
commit  86c8abf9e9f207e6dcf84df6544968eafbf2b566
tree    09c8861590595c77f6f0e2bacb107450184c5ed1
parent  1734f2205fe0ba4967c9492b8cec96cd69bbe3c3
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'