Commit 15dc17daba42c2d7e339c6fd0cbeda6d6100cba8

Authored by Antonio Terceiro
1 parent 28ca51f4

Documentation must be built for running the tests

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
lib/tasks/test.rake
1 task :default => [:test, :cucumber] 1 task :default => [:test, :cucumber]
  2 +
  3 +task 'test:units' => 'noosfero:doc:build'
  4 +task 'test:functionals' => 'noosfero:doc:build'