Working stats task in Rakefile
This commit is contained in:
parent
7b47716106
commit
ab60287bad
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue