public
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/halorgium/mephisto.git
commit  1cd5005248cd280b894971da122345a1616d280f
tree    65a98b098d64489c736a18ee1df971fc13d8b346
parent  d8038f72fecdeb573e8f0ced1892bc3f4c6ea489
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'