mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Proper clean rakefile
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2116 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user