Proper clean rakefile

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2116 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-09-03 15:20:42 +00:00
parent bc011df210
commit 8367316826

@ -1,8 +1,8 @@
# Add your own tasks in files placed in config/tasks
# and they will automatically be available to Rake.
RAILS_BOOT_PATH_ONLY = true
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
Rails::Initializer.run(:set_load_path)
require 'rake'
require 'rake/testtask'