edavis10 / mephisto forked from emk/mephisto

User-friendly blogging with multisite support and asset managment

This URL has Read+Write access

james2m (author)
Fri Dec 19 18:06:02 -0800 2008
emk (committer)
Tue Jan 13 05:07:50 -0800 2009
commit  985782461c010f13e0d3af6f152d0b1280cd1faf
tree    2ea2bc50a8b6a766b02f63d8e73cb0d9f9525367
parent  b2ead2f1617fcd3f5141f8c7b2082d57c47c8f85
mephisto / Rakefile
100644 13 lines (8 sloc) 0.341 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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'
 
task :default => [:spec, :test]