Commit 8fc8a20b47154ed3b73c6f5464875c8d2db08e6b

Authored by Antonio Terceiro
1 parent 3d0da6e2

Don't do a complete doc rebuild for testing

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
lib/tasks/test.rake
1 1 task :default => [:test, :cucumber, :selenium]
2   -task 'test:units' => 'noosfero:doc:build'
3   -task 'test:functionals' => 'noosfero:doc:build'
  2 +task 'test:units' => 'noosfero:doc:translate'
  3 +task 'test:functionals' => 'noosfero:doc:translate'
4 4  
5 5 task :selenium do
6 6 sh 'xvfb-run cucumber -p selenium'
... ...