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(
['Helpers', 'app/helpers'],
['Controllers', 'app/controllers'],
['APIs', 'app/apis'],
['Components', 'components'],
['Functionals', 'test/functional'],
['Models', 'app/models'],
['Units', 'test/unit']
['Units', 'test/unit'],
['Miscellaneous (lib)', 'lib']
).to_s
end