X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=Rakefile;h=fa0fdca338b6f2b1b3b8bb6e65d0eac2ea136fa7;hb=HEAD;hp=3bb0e8592a41ae3185ee32266c860714980dbed7;hpb=22d4a0d0027b52071d8c4242f4bd30eec2b036bf;p=feedcatcher.git diff --git a/Rakefile b/Rakefile index 3bb0e85..fa0fdca 100644 --- a/Rakefile +++ b/Rakefile @@ -1,10 +1,6 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. -require(File.join(File.dirname(__FILE__), 'config', 'boot')) +require File.expand_path('../config/application', __FILE__) -require 'rake' -require 'rake/testtask' -require 'rake/rdoctask' - -require 'tasks/rails' +Feedcatcher::Application.load_tasks