summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index 3af2c3a..485c345 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,11 +1,6 @@
1# Add your own tasks in files placed in lib/tasks ending in .rake, 1require File.expand_path('../config/application', __FILE__)
2# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3 2
4require(File.join(File.dirname(__FILE__), 'config', 'boot')) 3Cccms::Application.load_tasks
5 4
6require 'rake' 5# TODO: re-enable when Thinking Sphinx is upgraded
7require 'rake/testtask' 6# require 'thinking_sphinx/tasks'
8require 'rake/rdoctask'
9
10require 'tasks/rails'
11require 'thinking_sphinx/tasks'