Added diff-cover as a requirement (installed from github)

This commit is contained in:
Will Daly
2013-06-03 13:26:01 -04:00
parent 76ae980006
commit afa6f485fd
2 changed files with 3 additions and 1 deletions

View File

@@ -46,7 +46,8 @@ directory REPORT_DIR
task :clean_test_files do
# Delete all non-folder files in the reports directory
# Delete all files in the reports directory, while preserving
# the directory structure.
sh("find #{REPORT_DIR} -type f -print0 | xargs -0 rm")
# Reset the test fixtures