diff --git a/lib/tasks/test.rake b/lib/tasks/test.rake index 936c459..dfbe492 100644 --- a/lib/tasks/test.rake +++ b/lib/tasks/test.rake @@ -1 +1,4 @@ task :default => [:test, :cucumber] + +task 'test:units' => 'noosfero:doc:build' +task 'test:functionals' => 'noosfero:doc:build' -- libgit2 0.21.2