diff options
Diffstat (limited to 'rake_tasks')
-rw-r--r-- | rake_tasks/test.rake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rake_tasks/test.rake b/rake_tasks/test.rake index f9619c7..bb22f36 100644 --- a/rake_tasks/test.rake +++ b/rake_tasks/test.rake @@ -46,6 +46,9 @@ namespace :test do for file in Dir['test/scanners/**/*.actual.*'] rm file end + for file in Dir['test/scanners/**/*.expected.html'] + rm file + end end desc 'run all tests on all supported Ruby platforms' @@ -68,4 +71,4 @@ namespace :test do end task :test => %w( test:functional test:scanners ) -task :samples => 'test:samples' +task :samples => 'test:samples'
\ No newline at end of file |