public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
Search Repo:
nick (author)
Thu Jun 26 12:54:33 -0700 2008
commit  726723707b68665855b19d9f5999b38454c8fc37
tree    25ddc7a47bc20289d7bdd72ecf982bf485072dbd
parent  fd03aed89740b4afe0d2ae67f37b706d0de921c5
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'