mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
stats need the include paths set by the environment #782 [adamm]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@854 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
d2fefbe908
commit
6e5a7340e6
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Rake::RDocTask.new("apidoc") { |rdoc|
|
|||
}
|
||||
|
||||
desc "Report code statistics (KLOCs, etc) from the application"
|
||||
task :stats do
|
||||
task :stats => [ :environment ] do
|
||||
require 'code_statistics'
|
||||
CodeStatistics.new(
|
||||
["Helpers", "app/helpers"],
|
||||
|
|
Loading…
Reference in a new issue