diff options
Diffstat (limited to 'rake_tasks/statistic.rake')
-rw-r--r-- | rake_tasks/statistic.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rake_tasks/statistic.rake b/rake_tasks/statistic.rake index 1343cd2..08f8a0e 100644 --- a/rake_tasks/statistic.rake +++ b/rake_tasks/statistic.rake @@ -11,6 +11,6 @@ task :stats do ['Functional Tests', 'test/functional/**'],
['Scanner Tests', 'test/scanners/**', /suite\.rb$/],
#[' Test Data', 'test/scanners/**', /\.in\./, false],
- ['Demo Tests', 'sample/**']
+ ['Demos', 'sample/**']
).print
end
|