test.rake 197 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 task :default => [:test, :cucumber, :selenium] task 'test:units' => 'noosfero:doc:build' task 'test:functionals' => 'noosfero:doc:build' task :selenium do sh 'xvfb-run cucumber -p selenium' end