Working stats task in Rakefile

This commit is contained in:
Alexey Verkhovsky 2005-04-09 02:49:29 +00:00
parent 7b47716106
commit ab60287bad

View file

@ -100,11 +100,10 @@ task :stats => [ :environment ] do
CodeStatistics.new( CodeStatistics.new(
['Helpers', 'app/helpers'], ['Helpers', 'app/helpers'],
['Controllers', 'app/controllers'], ['Controllers', 'app/controllers'],
['APIs', 'app/apis'],
['Components', 'components'],
['Functionals', 'test/functional'], ['Functionals', 'test/functional'],
['Models', 'app/models'], ['Models', 'app/models'],
['Units', 'test/unit'] ['Units', 'test/unit'],
['Miscellaneous (lib)', 'lib']
).to_s ).to_s
end end