From ab60287bad1c3a4a1a8a87ea6a9d6067658b86cc Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Sat, 9 Apr 2005 02:49:29 +0000 Subject: [PATCH] Working stats task in Rakefile --- rakefile.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rakefile.rb b/rakefile.rb index cdeeb542..c45812db 100755 --- a/rakefile.rb +++ b/rakefile.rb @@ -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