summaryrefslogtreecommitdiff
path: root/rake_tasks/statistic.rake
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-10-17 11:18:01 +0000
committermurphy <murphy@rubychan.de>2006-10-17 11:18:01 +0000
commit67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e (patch)
treec28d5dcdd180d55eee4a5a7d062480a6282e4097 /rake_tasks/statistic.rake
parent9e6f3debf5829049a277ad742901a088a0181d26 (diff)
downloadcoderay-67aa3dfe0661b57ff9259edc3545fbcfd66ddd7e.tar.gz
Declared Version 0.7.4!
Plugin#all_plugin_names is now called #list. Added some basic functional tests and adjusted statistic.rake.
Diffstat (limited to 'rake_tasks/statistic.rake')
-rw-r--r--rake_tasks/statistic.rake7
1 files changed, 4 insertions, 3 deletions
diff --git a/rake_tasks/statistic.rake b/rake_tasks/statistic.rake
index 4923ed1..1343cd2 100644
--- a/rake_tasks/statistic.rake
+++ b/rake_tasks/statistic.rake
@@ -8,8 +8,9 @@ task :stats do
[' Encoders', 'lib/coderay/encoders/**'],
[' Helpers', 'lib/coderay/helpers/**'],
[' Styles', 'lib/coderay/styles/**'],
- ['Test', 'test'],
- [' Test Data', 'test/*/**', /\.in\./, false],
- ['Demo Tests', 'demo/**']
+ ['Functional Tests', 'test/functional/**'],
+ ['Scanner Tests', 'test/scanners/**', /suite\.rb$/],
+ #[' Test Data', 'test/scanners/**', /\.in\./, false],
+ ['Demo Tests', 'sample/**']
).print
end