1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

No need to require test and rdoc tasks.

This commit is contained in:
José Valim 2010-04-26 09:37:15 +02:00
parent e461e1bc0e
commit 9b5a1f7ac1

View file

@ -2,9 +2,6 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
Rails::Application.load_tasks