tasks/test.rake in kevinrutherford-reek-1.1.3.9 vs tasks/test.rake in kevinrutherford-reek-1.1.3.10
- old
+ new
@@ -33,9 +33,11 @@
desc 'Runs all unit tests and acceptance tests'
task 'all' => ['test:spec', 'test:slow', 'test:features']
end
+task 'clobber_rcov' => 'test:clobber_rcov'
+
desc 'synonym for test:spec'
task 'spec' => 'test:spec'
desc 'synonym for test:all'
task 'test' => 'test:all'